forked from machinekit/Cetus
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Cetus.pro
39 lines (30 loc) · 908 Bytes
/
Cetus.pro
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
TEMPLATE = app
NAME = Cetus
QT += qml quick widgets
SOURCES += main.cpp
RESOURCES += qml.qrc
QML_FILES = $$PWD/$$NAME/*.qml
QML_FILES += $$PWD/$$NAME/ConfigurationPanel/*.qml
QML_FILES += $$PWD/$$NAME/Controls/*.qml
QML_FILES += $$PWD/$$NAME/DRO/*.qml
QML_FILES += $$PWD/$$NAME/ManualTab/*.qml
QML_FILES += $$PWD/$$NAME/Singletons/*.qml
QML_FILES += $$PWD/$$NAME/StatusBar/*.qml
OTHER_FILES += $$QML_FILES
# Additional import path used to resolve QML modules in Qt Creator's code model
QML_IMPORT_PATH =
ios: {
LIBS += -L$$PROTOBUF_LIB_PATH
LIBS += -L$$ZEROMQ_LIB_PATH
LIBS += -L$$LIBSODIUM_LIB_PATH
LIBS += -lsodium -lzmq -lprotobuf
}
android: {
LIBS += -lmachinetalk-protobuf
}
TRANSLATIONS_PATH = $$PWD/translations
TRANSLATIONS_OUT_PATH = $$PWD/$$NAME/translations
include(translation.pri)
DISTFILES += \
Cetus/CoolantControls.qml \
Cetus/StatusBar/FileNameLabel.qml