2021-04-21 06:58:06 +00:00

20 lines
533 B
Diff

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