aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2021-04-20 11:39:29 +0200
committerMagneFire <idanlcontact@gmail.com>2021-04-20 22:48:09 +0200
commite974ad13edb44d6705e3f934193f253bc631ff83 (patch)
tree0019b64c9bcb0902e90886adad5f5b624a7d3341
parentb177e9bd046ce79401931c29a2eb136678047d60 (diff)
Fix compilation
-rw-r--r--asteroid-compass.pro6
1 files changed, 5 insertions, 1 deletions
diff --git a/asteroid-compass.pro b/asteroid-compass.pro
index cccc64a..9d28d0f 100644
--- a/asteroid-compass.pro
+++ b/asteroid-compass.pro
@@ -1,5 +1,6 @@
TARGET = asteroid-compass
-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