Last change
on this file since 555 was 540, checked in by Dmitry A. Kuminov, 15 years ago |
examples: Temporarily disable assistant and help examples because of the missing assistant (depends on #119).
|
File size:
1.3 KB
|
Rev | Line | |
---|
[2] | 1 | TEMPLATE = subdirs
|
---|
| 2 | SUBDIRS = \
|
---|
| 3 | desktop \
|
---|
| 4 | dialogs \
|
---|
| 5 | draganddrop \
|
---|
| 6 | graphicsview \
|
---|
| 7 | ipc \
|
---|
| 8 | itemviews \
|
---|
| 9 | layouts \
|
---|
| 10 | linguist \
|
---|
| 11 | mainwindows \
|
---|
| 12 | network \
|
---|
| 13 | painting \
|
---|
| 14 | qtconcurrent \
|
---|
| 15 | richtext \
|
---|
| 16 | sql \
|
---|
| 17 | threads \
|
---|
| 18 | tools \
|
---|
| 19 | tutorials \
|
---|
| 20 | widgets \
|
---|
| 21 | uitools \
|
---|
| 22 | xml \
|
---|
| 23 | script
|
---|
| 24 |
|
---|
| 25 | contains(QT_CONFIG, phonon):!static: SUBDIRS += phonon
|
---|
| 26 | contains(QT_CONFIG, webkit): SUBDIRS += webkit
|
---|
| 27 | embedded:SUBDIRS += qws
|
---|
| 28 | !wince*: {
|
---|
| 29 | !contains(QT_EDITION, Console):contains(QT_BUILD_PARTS, tools):SUBDIRS += designer
|
---|
| 30 | contains(QT_BUILD_PARTS, tools):SUBDIRS += assistant qtestlib help
|
---|
[540] | 31 | os2:SUBDIRS -= assistant help
|
---|
[2] | 32 | } else {
|
---|
| 33 | contains(QT_BUILD_PARTS, tools):SUBDIRS += qtestlib
|
---|
| 34 | }
|
---|
| 35 | contains(QT_CONFIG, opengl): SUBDIRS += opengl
|
---|
| 36 | contains(QT_CONFIG, dbus): SUBDIRS += dbus
|
---|
| 37 | win32:!contains(QT_EDITION, OpenSource|Console):SUBDIRS += activeqt
|
---|
| 38 | contains(QT_CONFIG, xmlpatterns): SUBDIRS += xmlpatterns
|
---|
| 39 | contains(DEFINES, QT_NO_CURSOR): SUBDIRS -= mainwindows
|
---|
| 40 |
|
---|
| 41 | # install
|
---|
| 42 | sources.files = README *.pro
|
---|
| 43 | sources.path = $$[QT_INSTALL_EXAMPLES]
|
---|
| 44 | INSTALLS += sources
|
---|
Note:
See
TracBrowser
for help on using the repository browser.