From e5fcad302d86d316390c6b0f62759a067313e8a9 Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Mon, 23 Mar 2009 10:18:55 +0100 Subject: Long live Qt 4.5! --- examples/examples.pro | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 examples/examples.pro (limited to 'examples/examples.pro') diff --git a/examples/examples.pro b/examples/examples.pro new file mode 100644 index 0000000000..2c4fc81dd7 --- /dev/null +++ b/examples/examples.pro @@ -0,0 +1,43 @@ +TEMPLATE = subdirs +SUBDIRS = \ + desktop \ + dialogs \ + draganddrop \ + graphicsview \ + ipc \ + itemviews \ + layouts \ + linguist \ + mainwindows \ + network \ + painting \ + qtconcurrent \ + richtext \ + sql \ + threads \ + tools \ + tutorials \ + widgets \ + uitools \ + xml \ + script + +contains(QT_CONFIG, phonon):!static: SUBDIRS += phonon +contains(QT_CONFIG, webkit): SUBDIRS += webkit +embedded:SUBDIRS += qws +!wince*: { + !contains(QT_EDITION, Console):contains(QT_BUILD_PARTS, tools):SUBDIRS += designer + contains(QT_BUILD_PARTS, tools):SUBDIRS += assistant qtestlib help +} else { + contains(QT_BUILD_PARTS, tools):SUBDIRS += qtestlib +} +contains(QT_CONFIG, opengl): SUBDIRS += opengl +contains(QT_CONFIG, dbus): SUBDIRS += dbus +win32:!contains(QT_EDITION, OpenSource|Console):SUBDIRS += activeqt +contains(QT_CONFIG, xmlpatterns): SUBDIRS += xmlpatterns +contains(DEFINES, QT_NO_CURSOR): SUBDIRS -= mainwindows + +# install +sources.files = README *.pro +sources.path = $$[QT_INSTALL_EXAMPLES] +INSTALLS += sources -- cgit v1.2.3 From 0b14582aa47e1c255e1bbd68ef5ced2e69ec31a8 Mon Sep 17 00:00:00 2001 From: Prasanth Ullattil Date: Mon, 20 Apr 2009 14:45:07 +0200 Subject: Unable to build ActiveQt with Opensource edition. Updated the project files and headers necessary for enabling this. Reviewed-by: Thiago Macieira Reviewed-by: Jens Bache-Wiig --- examples/examples.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/examples.pro') diff --git a/examples/examples.pro b/examples/examples.pro index 2c4fc81dd7..41501a0205 100644 --- a/examples/examples.pro +++ b/examples/examples.pro @@ -33,7 +33,7 @@ embedded:SUBDIRS += qws } contains(QT_CONFIG, opengl): SUBDIRS += opengl contains(QT_CONFIG, dbus): SUBDIRS += dbus -win32:!contains(QT_EDITION, OpenSource|Console):SUBDIRS += activeqt +win32: SUBDIRS += activeqt contains(QT_CONFIG, xmlpatterns): SUBDIRS += xmlpatterns contains(DEFINES, QT_NO_CURSOR): SUBDIRS -= mainwindows -- cgit v1.2.3