18 lines
384 B
Prolog
18 lines
384 B
Prolog
QT += qml quick websockets
|
|
|
|
TARGET = guh-control
|
|
|
|
CONFIG += c++11
|
|
|
|
SOURCES += main.cpp
|
|
|
|
RESOURCES += ui/qml.qrc
|
|
|
|
# Additional import path used to resolve QML modules in Qt Creator's code model
|
|
QML_IMPORT_PATH = ui/
|
|
|
|
# Default rules for deployment.
|
|
qnx: target.path = /tmp/$${TARGET}/bin
|
|
else: unix:!android: target.path = /opt/$${TARGET}/bin
|
|
!isEmpty(target.path): INSTALLS += target
|