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