summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2012-01-03 16:48:42 +0100
committerKai Koehne <kai.koehne@nokia.com>2012-01-03 17:24:01 +0100
commit1dcb2651129dd5680437420020ca8c11bbb3bd92 (patch)
tree801080b2e0d44c030d362892b365ef1a3b5dd3c3 /bin
parenta97890d7430b0f3b815b13ea3cbe4c280d07b107 (diff)
qt3support isn't part of configure any more
Change-Id: I8a0926761499128679fe7d6dc610dbc20a723f51 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/qt5_tool1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/qt5_tool b/bin/qt5_tool
index 25d5141..bf90bf7 100755
--- a/bin/qt5_tool
+++ b/bin/qt5_tool
@@ -763,7 +763,6 @@ if ( $BUILD != 0 ) {
winRemoveGitFromPath() if $minGW;
my @configureArguments = ('-prefix', File::Spec->catfile($rootDir, 'qtbase'), '-confirm-license', '-opensource');
# -- Remove later.
- push (@configureArguments, '-no-qt3support') if $os == $OS_WINDOWS;
if (readQt5ToolConfigBool($nokiaDeveloperConfigKey)) {
push (@configureArguments, '-developer-build');
}