This repository has been archived on 2026-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
powersync-app/backend/backend.pro
2017-04-22 16:47:14 +02:00

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