Last change
on this file since 563 was 561, checked in by Dmitry A. Kuminov, 15 years ago |
trunk: Merged in qt 4.6.1 sources.
|
File size:
1.9 KB
|
Rev | Line | |
---|
[2] | 1 | TEMPLATE = subdirs
|
---|
| 2 | SUBDIRS = \
|
---|
[561] | 3 | animation \
|
---|
[2] | 4 | desktop \
|
---|
| 5 | dialogs \
|
---|
| 6 | draganddrop \
|
---|
[561] | 7 | effects \
|
---|
[2] | 8 | graphicsview \
|
---|
| 9 | ipc \
|
---|
| 10 | itemviews \
|
---|
| 11 | layouts \
|
---|
| 12 | linguist \
|
---|
| 13 | mainwindows \
|
---|
| 14 | network \
|
---|
| 15 | painting \
|
---|
| 16 | qtconcurrent \
|
---|
| 17 | richtext \
|
---|
| 18 | sql \
|
---|
[561] | 19 | statemachine \
|
---|
[2] | 20 | threads \
|
---|
| 21 | tools \
|
---|
| 22 | tutorials \
|
---|
| 23 | widgets \
|
---|
| 24 | uitools \
|
---|
| 25 | xml \
|
---|
[561] | 26 | multitouch \
|
---|
| 27 | gestures
|
---|
[2] | 28 |
|
---|
[561] | 29 | symbian: SUBDIRS = \
|
---|
| 30 | graphicsview \
|
---|
| 31 | itemviews \
|
---|
| 32 | network \
|
---|
| 33 | painting \
|
---|
| 34 | widgets \
|
---|
| 35 | draganddrop \
|
---|
| 36 | mainwindows \
|
---|
| 37 | sql \
|
---|
| 38 | uitools \
|
---|
| 39 | xml
|
---|
| 40 |
|
---|
| 41 | contains(QT_CONFIG, multimedia) {
|
---|
| 42 | SUBDIRS += multimedia
|
---|
| 43 | }
|
---|
| 44 |
|
---|
| 45 | contains(QT_CONFIG, script): SUBDIRS += script
|
---|
| 46 |
|
---|
[2] | 47 | contains(QT_CONFIG, phonon):!static: SUBDIRS += phonon
|
---|
| 48 | contains(QT_CONFIG, webkit): SUBDIRS += webkit
|
---|
| 49 | embedded:SUBDIRS += qws
|
---|
[561] | 50 | !wince*:!symbian: {
|
---|
[2] | 51 | !contains(QT_EDITION, Console):contains(QT_BUILD_PARTS, tools):SUBDIRS += designer
|
---|
| 52 | contains(QT_BUILD_PARTS, tools):SUBDIRS += assistant qtestlib help
|
---|
[540] | 53 | os2:SUBDIRS -= assistant help
|
---|
[2] | 54 | } else {
|
---|
| 55 | contains(QT_BUILD_PARTS, tools):SUBDIRS += qtestlib
|
---|
| 56 | }
|
---|
| 57 | contains(QT_CONFIG, opengl): SUBDIRS += opengl
|
---|
[561] | 58 | contains(QT_CONFIG, openvg): SUBDIRS += openvg
|
---|
[2] | 59 | contains(QT_CONFIG, dbus): SUBDIRS += dbus
|
---|
[561] | 60 | win32: SUBDIRS += activeqt
|
---|
[2] | 61 | contains(QT_CONFIG, xmlpatterns): SUBDIRS += xmlpatterns
|
---|
| 62 | contains(DEFINES, QT_NO_CURSOR): SUBDIRS -= mainwindows
|
---|
| 63 |
|
---|
| 64 | # install
|
---|
| 65 | sources.files = README *.pro
|
---|
| 66 | sources.path = $$[QT_INSTALL_EXAMPLES]
|
---|
| 67 | INSTALLS += sources
|
---|
[561] | 68 |
|
---|
| 69 | symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
---|
Note:
See
TracBrowser
for help on using the repository browser.