blob: e430568c973cd3b00baf72194db88fc7525a2ebe [file] [log] [blame]
swissChili23958ca2022-02-21 19:23:34 -08001QT += quick quickcontrols2
2QT -= core
3
4CONFIG +=
5
6QML_IMPORT_NAME = sh.swisschili.REFAL
7QML_IMPORT_MAJOR_VERSION = 1
8QML_IMPORT_MINOR_VERSION = 0
9
10# Additional import path used to resolve QML modules in Qt Creator's code model
11QML_IMPORT_PATH =
12
13# Additional import path used to resolve QML modules just for Qt Quick Designer
14QML_DESIGNER_IMPORT_PATH =
15
16SOURCES += \
17 $$PWD/IdeMain.cpp
18
19HEADERS += \
20 $$PWD/IdeMain.h
21
22RESOURCES += \
23 $$PWD/resources.qrc