diff options
author | Florent Revest <revestflo@gmail.com> | 2017-10-24 15:36:22 +0200 |
---|---|---|
committer | Florent Revest <revestflo@gmail.com> | 2017-10-24 15:41:39 +0200 |
commit | 437a043ce1a9f328b6906ebdef956d6838df7961 (patch) | |
tree | fa718e3ef597f39437266d32465bdc532ea4ee92 /asteroid-compass.pro |
Initial commit. Based on the initial work of https://github.com/nielstholenaar/asteroid-compass
Diffstat (limited to '')
-rw-r--r-- | asteroid-compass.pro | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/asteroid-compass.pro b/asteroid-compass.pro new file mode 100644 index 0000000..cccc64a --- /dev/null +++ b/asteroid-compass.pro @@ -0,0 +1,9 @@ +TARGET = asteroid-compass +CONFIG += asteroidapp + +SOURCES += main.cpp +RESOURCES += resources.qrc +OTHER_FILES += main.qml + +lupdate_only{ SOURCES = i18n/$$TARGET.desktop.h } +TRANSLATIONS = $$files(i18n/$$TARGET.*.ts) |