summaryrefslogtreecommitdiffstats
path: root/src/src.pro
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@nokia.com>2012-08-06 15:47:14 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-17 23:41:55 +0200
commit5a8fe661806cfb3a63247f8adf7e38036a5a73fe (patch)
tree359d79ff0180ca4861c381600da59e546b913283 /src/src.pro
parent0123e47e1507000fc13027c575608879e13fe2ba (diff)
Remove qttracereplay
This helper app only worked with the trace graphics system, something that is gone in Qt 5. Change-Id: Ib50216f4abdfb0f14e0afb1c164ce37590931c72 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com> Reviewed-by: Gunnar Sletta <gunnar.sletta@nokia.com>
Diffstat (limited to 'src/src.pro')
-rw-r--r--src/src.pro3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/src.pro b/src/src.pro
index 65506cd4d..3fd64232f 100644
--- a/src/src.pro
+++ b/src/src.pro
@@ -6,8 +6,7 @@ TEMPLATE = subdirs
} else {
SUBDIRS = assistant \
pixeltool \
- qtestlib \
- qttracereplay
+ qtestlib
contains(QT_EDITION, Console) {
SUBDIRS += designer/src/uitools # Linguist depends on this
} else {