From 9ffc20e29807fab4d71e663f71022ea2ea657134 Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Wed, 6 Dec 2017 10:10:25 -0500 Subject: Fix up the systray tester utility to also show popup messages. --- dev-tools/systray-tester/systray-tester.pro | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'dev-tools/systray-tester/systray-tester.pro') 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 -- cgit