aboutsummaryrefslogtreecommitdiff
path: root/asteroid-helloworld.pro
diff options
context:
space:
mode:
Diffstat (limited to 'asteroid-helloworld.pro')
-rw-r--r--asteroid-helloworld.pro9
1 files changed, 9 insertions, 0 deletions
diff --git a/asteroid-helloworld.pro b/asteroid-helloworld.pro
new file mode 100644
index 0000000..0c98f1c
--- /dev/null
+++ b/asteroid-helloworld.pro
@@ -0,0 +1,9 @@
+TARGET = asteroid-helloworld
+CONFIG += asteroidapp
+
+SOURCES += main.cpp
+RESOURCES += resources.qrc
+OTHER_FILES += main.qml
+
+lupdate_only{ SOURCES = i18n/$$TARGET.desktop.h }
+TRANSLATIONS = $$files(i18n/$$TARGET.*.ts)