summaryrefslogtreecommitdiffstats
path: root/startupscreen/startupscreen.pro
diff options
context:
space:
mode:
Diffstat (limited to 'startupscreen/startupscreen.pro')
-rw-r--r--startupscreen/startupscreen.pro18
1 files changed, 18 insertions, 0 deletions
diff --git a/startupscreen/startupscreen.pro b/startupscreen/startupscreen.pro
new file mode 100644
index 0000000..663b433
--- /dev/null
+++ b/startupscreen/startupscreen.pro
@@ -0,0 +1,18 @@
+QT += quick
+
+SOURCES += \
+ main.cpp
+
+RESOURCES += qml.qrc
+
+OTHER_FILES += \
+ *.qml \
+ imports/StartupScreen/* \
+ imports/StartupScreen/designer/* \
+ assets/* \
+ fonts/*
+
+QML_IMPORT_PATH = imports
+
+target.path = /usr/bin
+INSTALLS += target