Last change
on this file since 1023 was 561, checked in by Dmitry A. Kuminov, 15 years ago |
trunk: Merged in qt 4.6.1 sources.
|
File size:
1.2 KB
|
Rev | Line | |
---|
[2] | 1 | TEMPLATE = subdirs
|
---|
| 2 | SUBDIRS = analogclock \
|
---|
| 3 | calculator \
|
---|
| 4 | calendarwidget \
|
---|
| 5 | charactermap \
|
---|
| 6 | codeeditor \
|
---|
| 7 | digitalclock \
|
---|
| 8 | groupbox \
|
---|
| 9 | icons \
|
---|
| 10 | imageviewer \
|
---|
| 11 | lineedits \
|
---|
| 12 | movie \
|
---|
| 13 | scribble \
|
---|
| 14 | shapedclock \
|
---|
| 15 | sliders \
|
---|
| 16 | spinboxes \
|
---|
| 17 | stylesheet \
|
---|
| 18 | tablet \
|
---|
| 19 | tetrix \
|
---|
| 20 | tooltips \
|
---|
| 21 | validators \
|
---|
| 22 | wiggly \
|
---|
| 23 | windowflags
|
---|
| 24 |
|
---|
[561] | 25 | symbian: SUBDIRS = \
|
---|
| 26 | analogclock \
|
---|
| 27 | calculator \
|
---|
| 28 | calendarwidget \
|
---|
| 29 | lineedits \
|
---|
| 30 | shapedclock \
|
---|
| 31 | tetrix \
|
---|
| 32 | wiggly \
|
---|
| 33 | softkeys
|
---|
| 34 |
|
---|
[2] | 35 | contains(styles, motif): SUBDIRS += styles
|
---|
| 36 |
|
---|
| 37 | # install
|
---|
| 38 | target.path = $$[QT_INSTALL_EXAMPLES]/widgets
|
---|
| 39 | sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS widgets.pro README
|
---|
| 40 | sources.path = $$[QT_INSTALL_EXAMPLES]/widgets
|
---|
| 41 | INSTALLS += target sources
|
---|
[561] | 42 |
|
---|
| 43 | symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
---|
Note:
See
TracBrowser
for help on using the repository browser.