diff options
Diffstat (limited to 'examples/examples.pro')
-rw-r--r-- | examples/examples.pro | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/examples/examples.pro b/examples/examples.pro index bfcf9b4..56625f6 100644 --- a/examples/examples.pro +++ b/examples/examples.pro @@ -24,10 +24,22 @@ SUBDIRS = \ xml \ script +symbian: SUBDIRS = \ + graphicsview \ + itemviews \ + network \ + painting \ + widgets \ + draganddrop \ + mainwindows \ + script \ + sql \ + xml + contains(QT_CONFIG, phonon):!static: SUBDIRS += phonon contains(QT_CONFIG, webkit): SUBDIRS += webkit embedded:SUBDIRS += qws -!wince*: { +!wince*:!symbian: { !contains(QT_EDITION, Console):contains(QT_BUILD_PARTS, tools):SUBDIRS += designer contains(QT_BUILD_PARTS, tools):SUBDIRS += assistant qtestlib help } else { @@ -43,3 +55,5 @@ contains(DEFINES, QT_NO_CURSOR): SUBDIRS -= mainwindows sources.files = README *.pro sources.path = $$[QT_INSTALL_EXAMPLES] INSTALLS += sources + +include($$QT_SOURCE_TREE/examples/examplebase.pri) |