aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols2/flatstyle/flatstyle.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quickcontrols2/flatstyle/flatstyle.pro')
-rw-r--r--examples/quickcontrols2/flatstyle/flatstyle.pro18
1 files changed, 18 insertions, 0 deletions
diff --git a/examples/quickcontrols2/flatstyle/flatstyle.pro b/examples/quickcontrols2/flatstyle/flatstyle.pro
new file mode 100644
index 00000000..a8ca01bf
--- /dev/null
+++ b/examples/quickcontrols2/flatstyle/flatstyle.pro
@@ -0,0 +1,18 @@
+TEMPLATE = app
+TARGET = flatstyle
+
+QT += quick quickcontrols2 widgets
+
+SOURCES += main.cpp
+
+RESOURCES += \
+ qtquickcontrols2.conf \
+ $$files(*.qml) \
+ $$files(imports/Theme/*) \
+ $$files(Flat/*.qml)
+
+# Additional import path used to resolve QML modules in Qt Creator's code model
+QML_IMPORT_PATH = $$PWD/imports
+
+target.path = $$[QT_INSTALL_EXAMPLES]/quickcontrols2/flatstyle
+INSTALLS += target