diff options
-rw-r--r-- | asteroid-stopwatch.pro | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/asteroid-stopwatch.pro b/asteroid-stopwatch.pro index 2331603..46f5dbe 100644 --- a/asteroid-stopwatch.pro +++ b/asteroid-stopwatch.pro @@ -1,5 +1,6 @@ TARGET = asteroid-stopwatch -CONFIG += asteroidapp +CONFIG += asteroidapp link_pkgconfig +PKGCONFIG += asteroidapp SOURCES += main.cpp RESOURCES += resources.qrc @@ -7,3 +8,6 @@ OTHER_FILES += main.qml lupdate_only{ SOURCES += i18n/asteroid-stopwatch.desktop.h } TRANSLATIONS = $$files(i18n/$$TARGET.*.ts) + +target.path = /usr/bin/ +INSTALLS += target |