Skip to content
Snippets Groups Projects
Commit dafe63d2 authored by Claudio Scafuri's avatar Claudio Scafuri :speech_balloon:
Browse files

fix binary name for INAU

parent 3026f0b4
No related branches found
Tags 1.1.4
No related merge requests found
.pydevproject
.project
.cproject
.settings
Makefile
moc
obj
bin
objects
core*
*~
*.pyc
*.so
*.so*
.pylintrc
.metadata
.idea
.cvsignore
.nse_depinfo
software
oldsrc
ui_*
qrc*.cpp
.qmake.stash
CVS
*.user
...@@ -23,9 +23,5 @@ HEADERS += src/4uhv.h \ ...@@ -23,9 +23,5 @@ HEADERS += src/4uhv.h \
FORMS = src/4uhv.ui \ FORMS = src/4uhv.ui \
src/channel.ui src/channel.ui
TARGET = bin/FourUHV TARGET = bin/FourUHV-gui
QMAKE_POST_LINK = $(STRIP) $(TARGET)
# unix:LIBS += -L. -lmylib
# unix:INCLUDEPATH += . ../../src
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment