From 27329eae9816f5ae4d4902054a136fe5c89ed155 Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Fri, 5 Sep 2014 09:51:07 -0400 Subject: Fix a bug with the taskmanager when multiple windows from the same application have the same title: make sure to properly select the window that was clicked. While here, also apply the libLumina dependency order to give preference to the locally/recently compiles libraries during the build if possible in all the lumina tools. --- lumina-config/lumina-config.pro | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lumina-config') diff --git a/lumina-config/lumina-config.pro b/lumina-config/lumina-config.pro index 86423251..3970a7a9 100644 --- a/lumina-config/lumina-config.pro +++ b/lumina-config/lumina-config.pro @@ -27,6 +27,8 @@ linux-g++-64 { } else { LIBS += -L../libLumina -lLuminaUtils -lQtSolutions_SingleApplication-head } +QMAKE_LIBDIR = ../libLumina +DEPENDPATH += ../libLumina TRANSLATIONS = i18n/lumina-config_af.ts \ i18n/lumina-config_ar.ts \ -- cgit