diff options
author | Bart Ribbers <bribbers@disroot.org> | 2021-04-20 11:08:00 +0200 |
---|---|---|
committer | MagneFire <idanlcontact@gmail.com> | 2021-04-20 22:47:53 +0200 |
commit | 825cb1b990d838fddbe8f3c7d0b99c7797a132c5 (patch) | |
tree | ff0b75e1f89df2bdbce8b7f8fa1907657f34ea1f | |
parent | 99181a545188e25d7396fe5cb805b4adc96b1a88 (diff) |
Fix compilation
-rw-r--r-- | asteroid-stopwatch.pro | 6 |
1 files changed, 5 insertions, 1 deletions
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 |