aboutsummaryrefslogtreecommitdiff
path: root/dev-tools/systray-tester/systray-tester.pro
diff options
context:
space:
mode:
authorWeblate <noreply@weblate.org>2018-01-02 22:18:34 +0000
committerWeblate <noreply@weblate.org>2018-01-02 22:18:34 +0000
commit4bf6d3f38634dbb517055444a22d824d6eba99d8 (patch)
treebbe3e3e511f37222cdd9db145bde2f41a35e1260 /dev-tools/systray-tester/systray-tester.pro
parentTranslated using Weblate (Danish) (diff)
parentMerge remote-tracking branch 'origin/master' (diff)
downloadlumina-4bf6d3f38634dbb517055444a22d824d6eba99d8.tar.gz
lumina-4bf6d3f38634dbb517055444a22d824d6eba99d8.tar.bz2
lumina-4bf6d3f38634dbb517055444a22d824d6eba99d8.zip
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'dev-tools/systray-tester/systray-tester.pro')
-rw-r--r--dev-tools/systray-tester/systray-tester.pro6
1 files changed, 1 insertions, 5 deletions
diff --git a/dev-tools/systray-tester/systray-tester.pro b/dev-tools/systray-tester/systray-tester.pro
index b1169ae1..58fe233a 100644
--- a/dev-tools/systray-tester/systray-tester.pro
+++ b/dev-tools/systray-tester/systray-tester.pro
@@ -3,7 +3,7 @@ LANGUAGE = C++
QT += core gui widgets
CONFIG += qt warn_on release
-LIBS += -L../../libLumina -L/usr/local/lib -lLuminaUtils
+include(../../src-qt5/core/libLumina/LuminaXDG.pri)
HEADERS += Trayapp.h
@@ -11,8 +11,4 @@ SOURCES += main.cpp
INSTALLS =
-QMAKE_LIBDIR = /usr/local/lib/qt5
-
TARGET = test-tray
-
-INCLUDEPATH+= ../../libLumina /usr/local/include
bgstack15