diff options
author | Florent Revest <revestflo@gmail.com> | 2017-11-25 00:12:04 +0100 |
---|---|---|
committer | Florent Revest <revestflo@gmail.com> | 2017-11-25 00:12:04 +0100 |
commit | 40f4e17421f76967bb501fd49b48148d1915352f (patch) | |
tree | 09db43909bf6cb53790640221edde2c08efa4d79 | |
parent | 99b3c7f9758aa519b722ee9a0b000a068fc2de1e (diff) |
Fix lupdate-qt5 usage of desktop.h files
-rw-r--r-- | asteroid-stopwatch.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asteroid-stopwatch.pro b/asteroid-stopwatch.pro index ecb1f21..2331603 100644 --- a/asteroid-stopwatch.pro +++ b/asteroid-stopwatch.pro @@ -5,5 +5,5 @@ SOURCES += main.cpp RESOURCES += resources.qrc OTHER_FILES += main.qml -lupdate_only{ SOURCES = i18n/$$TARGET.desktop.h } +lupdate_only{ SOURCES += i18n/asteroid-stopwatch.desktop.h } TRANSLATIONS = $$files(i18n/$$TARGET.*.ts) |