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
No related tags found
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 \
FORMS = src/4uhv.ui \
src/channel.ui
TARGET = bin/FourUHV
# unix:LIBS += -L. -lmylib
# unix:INCLUDEPATH += . ../../src
TARGET = bin/FourUHV-gui
QMAKE_POST_LINK = $(STRIP) $(TARGET)
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