diff options
-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) |