aboutsummaryrefslogtreecommitdiff
path: root/asteroid-helloworld.pro
diff options
context:
space:
mode:
authormiathedev <mia@strongforce.de>2021-02-06 11:50:04 +0100
committermiathedev <mia@strongforce.de>2021-02-06 11:50:04 +0100
commitc9376fe816269b3592cb0f61be571e9aa77ed124 (patch)
treea115a80b2c60081cf7e3b0341569b7f8a33a2393 /asteroid-helloworld.pro
Init
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)