Active Qt: Move idc to src/tools as it is required for building.

idc is a sort-of-bootstrap tool required for building the
examples.

Change-Id: I7e45747d3ae178214ae6b5c964a4e4baf0a1f052
Reviewed-on: http://codereview.qt-project.org/6354
Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
This commit is contained in:
Friedemann Kleint 2011-10-10 16:42:17 +02:00 committed by Qt by Nokia
parent 551cdaf951
commit 0f43049256
6 changed files with 8 additions and 10 deletions

View File

@ -1,5 +1,7 @@
TEMPLATE = subdirs
CONFIG += ordered
CONFIG += module
SUBDIRS = container
MODULE_PRI = ../../modules/qt_activeqt.pri
!wince*: SUBDIRS += control

View File

@ -1,9 +1,4 @@
TEMPLATE = subdirs
subdir_activeqt.subdir = $$IN_PWD/activeqt
subdir_activeqt.target = sub_activeqt
SUBDIRS += subdir_activeqt
CONFIG += module
MODULE_PRI = ../modules/qt_activeqt.pri
SUBDIRS += tools activeqt
CONFIG += ordered

View File

@ -5,5 +5,6 @@ QT -= gui
SOURCES = main.cpp
DESTDIR = $$[QT_INSTALL_BINS]
target.path = $$[QT_INSTALL_BINS]
INSTALLS += target

2
src/tools/tools.pro Normal file
View File

@ -0,0 +1,2 @@
TEMPLATE = subdirs
SUBDIRS += idc

View File

@ -4,6 +4,4 @@ CONFIG += ordered
SUBDIRS = dumpdoc \
dumpcpp \
testcon \
idc
testcon