summaryrefslogtreecommitdiff
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, 0 insertions, 9 deletions
diff --git a/asteroid-helloworld.pro b/asteroid-helloworld.pro
deleted file mode 100644
index 0c98f1c..0000000
--- a/asteroid-helloworld.pro
+++ /dev/null
@@ -1,9 +0,0 @@
-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)