mirror of https://github.com/qt/qtactiveqt.git
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:
parent
551cdaf951
commit
0f43049256
|
@ -1,5 +1,7 @@
|
|||
TEMPLATE = subdirs
|
||||
|
||||
CONFIG += ordered
|
||||
CONFIG += module
|
||||
SUBDIRS = container
|
||||
MODULE_PRI = ../../modules/qt_activeqt.pri
|
||||
!wince*: SUBDIRS += control
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -5,5 +5,6 @@ QT -= gui
|
|||
|
||||
SOURCES = main.cpp
|
||||
|
||||
DESTDIR = $$[QT_INSTALL_BINS]
|
||||
target.path = $$[QT_INSTALL_BINS]
|
||||
INSTALLS += target
|
|
@ -0,0 +1,2 @@
|
|||
TEMPLATE = subdirs
|
||||
SUBDIRS += idc
|
|
@ -4,6 +4,4 @@ CONFIG += ordered
|
|||
|
||||
SUBDIRS = dumpdoc \
|
||||
dumpcpp \
|
||||
testcon \
|
||||
idc
|
||||
|
||||
testcon
|
||||
|
|
Loading…
Reference in New Issue