12 lines
235 B
Prolog
12 lines
235 B
Prolog
|
QT -= gui
|
||
|
|
||
|
CONFIG += c++11 console
|
||
|
CONFIG -= app_bundle
|
||
|
|
||
|
SOURCES += \
|
||
|
main.cpp
|
||
|
|
||
|
qnx: target.path = /tmp/$${TARGET}/bin
|
||
|
else: unix:!android: target.path = /opt/$${TARGET}/bin
|
||
|
!isEmpty(target.path): INSTALLS += target
|