source: trunk/examples/designer/designer.pro@ 1165

Last change on this file since 1165 was 561, checked in by Dmitry A. Kuminov, 15 years ago

trunk: Merged in qt 4.6.1 sources.

File size: 625 bytes
Line 
1TEMPLATE = subdirs
2SUBDIRS = calculatorform
3
4!static:SUBDIRS += calculatorbuilder \
5 containerextension \
6 customwidgetplugin \
7 taskmenuextension \
8 worldtimeclockbuilder \
9 worldtimeclockplugin
10
11# the sun cc compiler has a problem with the include lines for the form.prf
12solaris-cc*:SUBDIRS -= calculatorbuilder \
13 worldtimeclockbuilder
14
15
16# install
17sources.files = README *.pro
18sources.path = $$[QT_INSTALL_EXAMPLES]/designer
19INSTALLS += sources
20
21symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
Note: See TracBrowser for help on using the repository browser.