diff options
author | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2012-04-05 17:08:26 +0200 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-07-12 17:18:36 +0200 |
commit | b175e7b7c9f70b68e59d4565c61f43a7e819c2cd (patch) | |
tree | 8a1a8b9a79495c55097fafbd56e95b4092171713 /qtbase.pro | |
parent | 38e8f6df7844adae0b443f56bd7380395c5afd78 (diff) | |
download | qtbase-b175e7b7c9f70b68e59d4565c61f43a7e819c2cd.tar.gz qtbase-b175e7b7c9f70b68e59d4565c61f43a7e819c2cd.tar.bz2 qtbase-b175e7b7c9f70b68e59d4565c61f43a7e819c2cd.zip |
remove support for syncqt-based config tests
now that all modules have migrated, dispose of the clutter.
Change-Id: Ib8937c1452536f645b76c0097b927df1108afc1a
Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
Diffstat (limited to 'qtbase.pro')
-rw-r--r-- | qtbase.pro | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/qtbase.pro b/qtbase.pro index c8dcf0f76d..b1c6ea7089 100644 --- a/qtbase.pro +++ b/qtbase.pro @@ -80,11 +80,6 @@ syncqt.files = $$PWD/bin/syncqt win32:syncqt.files += $$PWD/bin/syncqt.bat INSTALLS += syncqt -#qtmodule-configtests -configtests.path = $$[QT_HOST_BINS] -configtests.files = $$PWD/bin/qtmodule-configtests -INSTALLS += configtests - #mkspecs mkspecs.path = $$[QT_HOST_DATA]/mkspecs mkspecs.files = \ |