smsub/smsub.pro

12 lines
235 B
Prolog
Raw Normal View History

2020-07-16 12:09:17 +02:00
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