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
|
TEMPLATE = subdirs
|
||||||
|
|
||||||
CONFIG += ordered
|
CONFIG += ordered
|
||||||
|
CONFIG += module
|
||||||
SUBDIRS = container
|
SUBDIRS = container
|
||||||
|
MODULE_PRI = ../../modules/qt_activeqt.pri
|
||||||
!wince*: SUBDIRS += control
|
!wince*: SUBDIRS += control
|
||||||
|
|
|
@ -1,9 +1,4 @@
|
||||||
TEMPLATE = subdirs
|
TEMPLATE = subdirs
|
||||||
|
|
||||||
subdir_activeqt.subdir = $$IN_PWD/activeqt
|
SUBDIRS += tools activeqt
|
||||||
subdir_activeqt.target = sub_activeqt
|
CONFIG += ordered
|
||||||
|
|
||||||
SUBDIRS += subdir_activeqt
|
|
||||||
|
|
||||||
CONFIG += module
|
|
||||||
MODULE_PRI = ../modules/qt_activeqt.pri
|
|
||||||
|
|
|
@ -5,5 +5,6 @@ QT -= gui
|
||||||
|
|
||||||
SOURCES = main.cpp
|
SOURCES = main.cpp
|
||||||
|
|
||||||
|
DESTDIR = $$[QT_INSTALL_BINS]
|
||||||
target.path = $$[QT_INSTALL_BINS]
|
target.path = $$[QT_INSTALL_BINS]
|
||||||
INSTALLS += target
|
INSTALLS += target
|
|
@ -0,0 +1,2 @@
|
||||||
|
TEMPLATE = subdirs
|
||||||
|
SUBDIRS += idc
|
|
@ -4,6 +4,4 @@ CONFIG += ordered
|
||||||
|
|
||||||
SUBDIRS = dumpdoc \
|
SUBDIRS = dumpdoc \
|
||||||
dumpcpp \
|
dumpcpp \
|
||||||
testcon \
|
testcon
|
||||||
idc
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue