summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/kernel.pri
diff options
context:
space:
mode:
authorOlivier Goffart <ogoffart@trolltech.com>2009-05-12 18:26:58 (GMT)
committerOlivier Goffart <ogoffart@trolltech.com>2009-08-07 12:39:58 (GMT)
commitf419f3f229444f31ca879276713799f6af73195e (patch)
tree39d8a4584bc8d1d67dca7cdf494d2df617f3c4f4 /src/gui/kernel/kernel.pri
parentf37b4ab8c8116abc2f71128e308b938c90ec5b8a (diff)
downloadQt-f419f3f229444f31ca879276713799f6af73195e.zip
Qt-f419f3f229444f31ca879276713799f6af73195e.tar.gz
Qt-f419f3f229444f31ca879276713799f6af73195e.tar.bz2
Refactor the code that reads the KDE config in one file
Move the code out of qapplication_x11.cpp, and qcommonstyle.cpp to qkde.cpp into the QKde namespace. This removes few of the code duplication, and is much cleaner. This will also let us install hook easily later. Reviewed-by: Jens Bache-Wiig
Diffstat (limited to 'src/gui/kernel/kernel.pri')
-rw-r--r--src/gui/kernel/kernel.pri6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/gui/kernel/kernel.pri b/src/gui/kernel/kernel.pri
index e6eff6e..d9deefe 100644
--- a/src/gui/kernel/kernel.pri
+++ b/src/gui/kernel/kernel.pri
@@ -100,7 +100,8 @@ unix:x11 {
INCLUDEPATH += ../3rdparty/xorg
HEADERS += \
kernel/qx11embed_x11.h \
- kernel/qx11info_x11.h
+ kernel/qx11info_x11.h \
+ kernel/qkde_p.h
SOURCES += \
kernel/qapplication_x11.cpp \
@@ -114,7 +115,8 @@ unix:x11 {
kernel/qwidgetcreate_x11.cpp \
kernel/qx11embed_x11.cpp \
kernel/qx11info_x11.cpp \
- kernel/qkeymapper_x11.cpp
+ kernel/qkeymapper_x11.cpp \
+ kernel/qkde.cpp
contains(QT_CONFIG, glib) {
SOURCES += \