Last change
on this file since 1030 was 846, checked in by Dmitry A. Kuminov, 14 years ago |
trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.
|
-
Property svn:eol-style
set to
native
|
File size:
487 bytes
|
Rev | Line | |
---|
[556] | 1 | TEMPLATE = subdirs
|
---|
| 2 | SUBDIRS = \
|
---|
[846] | 3 | factorial \
|
---|
| 4 | pingpong
|
---|
| 5 |
|
---|
| 6 | !contains(QT_CONFIG, no-gui) {
|
---|
| 7 | SUBDIRS += \
|
---|
[556] | 8 | eventtransitions \
|
---|
| 9 | rogue \
|
---|
| 10 | trafficlight \
|
---|
| 11 | twowaybutton
|
---|
[846] | 12 | }
|
---|
[556] | 13 |
|
---|
| 14 | # install
|
---|
| 15 | target.path = $$[QT_INSTALL_EXAMPLES]/statemachine
|
---|
| 16 | sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS statemachine.pro README
|
---|
| 17 | sources.path = $$[QT_INSTALL_EXAMPLES]/statemachine
|
---|
| 18 | INSTALLS += target sources
|
---|
Note:
See
TracBrowser
for help on using the repository browser.