diff options
author | Ken Moore <ken@pcbsd.org> | 2014-09-05 09:51:07 -0400 |
---|---|---|
committer | Ken Moore <ken@pcbsd.org> | 2014-09-05 09:51:07 -0400 |
commit | 27329eae9816f5ae4d4902054a136fe5c89ed155 (patch) | |
tree | 7941d001472d69e8f5ebdc535ad7210a97b9568a /lumina-config | |
parent | Hide any external devices that are mounted on hidden directories in the file ... (diff) | |
download | lumina-27329eae9816f5ae4d4902054a136fe5c89ed155.tar.gz lumina-27329eae9816f5ae4d4902054a136fe5c89ed155.tar.bz2 lumina-27329eae9816f5ae4d4902054a136fe5c89ed155.zip |
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.
Diffstat (limited to 'lumina-config')
-rw-r--r-- | lumina-config/lumina-config.pro | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ |