-rw-r--r-- | microkde/microkde.pro | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/microkde/microkde.pro b/microkde/microkde.pro index 7120bdd..4ff06a3 100644 --- a/microkde/microkde.pro +++ b/microkde/microkde.pro | |||
@@ -6,7 +6,7 @@ include( ../variables.pri ) | |||
6 | INCLUDEPATH += . ../ ../kabc ./kdecore ./kdeui ./kio/kfile ./kio/kio | 6 | INCLUDEPATH += . ../ ../kabc ./kdecore ./kdeui ./kio/kfile ./kio/kio |
7 | #LIBS += -lqtcompat | 7 | #LIBS += -lqtcompat |
8 | 8 | ||
9 | TARGET = microkde | 9 | TARGET = xmicrokde |
10 | DESTDIR= ../bin | 10 | DESTDIR= ../bin |
11 | DEFINES += DESKTOP_VERSION KDE_QT_ONLY | 11 | DEFINES += DESKTOP_VERSION KDE_QT_ONLY |
12 | unix : { | 12 | unix : { |
@@ -178,3 +178,5 @@ KDGanttMinimizeSplitter.cpp \ | |||
178 | kdecore/kprefs.cpp \ | 178 | kdecore/kprefs.cpp \ |
179 | kdecore/klibloader.cpp \ | 179 | kdecore/klibloader.cpp \ |
180 | kidmanager.cpp | 180 | kidmanager.cpp |
181 | #The following line was inserted by qt3to4 | ||
182 | QT += xml qt3support | ||