mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-20 08:02:26 +01:00
20 lines
509 B
Diff
20 lines
509 B
Diff
diff --git a/asteroid-timer.pro b/asteroid-timer.pro
|
|
index f865860..d4d2968 100644
|
|
--- a/asteroid-timer.pro
|
|
+++ b/asteroid-timer.pro
|
|
@@ -1,5 +1,6 @@
|
|
TARGET = asteroid-timer
|
|
-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-timer.desktop.h }
|
|
TRANSLATIONS = $$files(i18n/$$TARGET.*.ts)
|
|
+
|
|
+target.path = /usr/bin/
|
|
+INSTALLS += target
|