diff options
author | Kai Koehne <kai.koehne@nokia.com> | 2010-11-26 15:22:47 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2011-02-14 14:28:04 (GMT) |
commit | 9d21531d218347342e22842289265f0bee2b322e (patch) | |
tree | fd5e0ec9e9d84befdcc45a918a11147cdf96eaa1 /src/plugins/plugins.pro | |
parent | cddc9c443d7422a6d1f4e43e9094faa94b8f4958 (diff) | |
download | Qt-9d21531d218347342e22842289265f0bee2b322e.zip Qt-9d21531d218347342e22842289265f0bee2b322e.tar.gz Qt-9d21531d218347342e22842289265f0bee2b322e.tar.bz2 |
QDeclarativeDebug: Move Tcp server to separate plugin
Reviewed-by: Christiaan Janssen
(cherry picked from commit 21016c3b28674029a2a205da38f54e362e3635b9)
Diffstat (limited to 'src/plugins/plugins.pro')
-rw-r--r-- | src/plugins/plugins.pro | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/plugins.pro b/src/plugins/plugins.pro index 722979d..07825d9 100644 --- a/src/plugins/plugins.pro +++ b/src/plugins/plugins.pro @@ -14,5 +14,4 @@ embedded:SUBDIRS *= gfxdrivers decorations mousedrivers kbddrivers symbian:SUBDIRS += s60 contains(QT_CONFIG, phonon): SUBDIRS *= phonon contains(QT_CONFIG, multimedia): SUBDIRS *= audio - - +contains(QT_CONFIG, declarative): SUBDIRS *= qmldebugging |