From 825cb1b990d838fddbe8f3c7d0b99c7797a132c5 Mon Sep 17 00:00:00 2001 From: Bart Ribbers Date: Tue, 20 Apr 2021 11:08:00 +0200 Subject: Fix compilation --- asteroid-stopwatch.pro | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3-54-g00ecf