diff options
author | Kai Koehne <kai.koehne@nokia.com> | 2011-02-10 13:37:15 (GMT) |
---|---|---|
committer | Kai Koehne <kai.koehne@nokia.com> | 2011-02-11 07:29:59 (GMT) |
commit | 2855782a45b08aedbed960125514fdd9663ff1c8 (patch) | |
tree | 0932fffd4580f6dbbf9b11bd28bdf7019a98d264 /src/plugins/plugins.pro | |
parent | 48b9220a1c53ccb6726147381e2ace41927d3b0d (diff) | |
download | Qt-2855782a45b08aedbed960125514fdd9663ff1c8.zip Qt-2855782a45b08aedbed960125514fdd9663ff1c8.tar.gz Qt-2855782a45b08aedbed960125514fdd9663ff1c8.tar.bz2 |
Rename 'plugins\qmldebugging' (work around qmake issues)
On Windows, qmake places the tcpserver.dll in a 'plugins\qmlreleaseging'
folder, which broke remote debugging of QtDeclarative completely. New name
'qmltooling' while being not so specific, avoids the use of 'debug' in the folder name.
Task-number: QTBUG-17360
Reviewed-by: Martin Jones
Diffstat (limited to 'src/plugins/plugins.pro')
-rw-r--r-- | src/plugins/plugins.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/plugins.pro b/src/plugins/plugins.pro index 07825d9..afa0901 100644 --- a/src/plugins/plugins.pro +++ b/src/plugins/plugins.pro @@ -14,4 +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 +contains(QT_CONFIG, declarative): SUBDIRS *= qmltooling |