From c9376fe816269b3592cb0f61be571e9aa77ed124 Mon Sep 17 00:00:00 2001 From: miathedev Date: Sat, 6 Feb 2021 11:50:04 +0100 Subject: Init --- asteroid-helloworld.pro | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 asteroid-helloworld.pro (limited to 'asteroid-helloworld.pro') 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) -- cgit v1.2.3-54-g00ecf