From 82895982ec31b2c889393e7f386c25d668df6c5e Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Tue, 24 May 2011 11:01:33 +0200 Subject: Fix build from scratch on Windows. idc needs corelib (should be moved to ActiveQt later). --- src/tools/tools.pro | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/tools/tools.pro') diff --git a/src/tools/tools.pro b/src/tools/tools.pro index ca42da6edf..47e216efc9 100644 --- a/src/tools/tools.pro +++ b/src/tools/tools.pro @@ -2,10 +2,6 @@ TEMPLATE = subdirs TOOLS_SUBDIRS = src_tools_bootstrap src_tools_moc src_tools_rcc !contains(QT_CONFIG, no-gui): TOOLS_SUBDIRS += src_tools_uic -!cross_compile { - win32:!wince*: SRC_SUBDIRS += src_tools_idc -} - # Set subdir and respective target name src_tools_bootstrap.subdir = $$QT_SOURCE_TREE/src/tools/bootstrap src_tools_bootstrap.target = sub-tools-bootstrap -- cgit v1.2.3