changeset 30 | 5dc02b23752f |
29:b72c6db6890b | 30:5dc02b23752f |
---|---|
1 TEMPLATE = subdirs |
|
2 |
|
3 # These demos contain C++ and need to be compiled |
|
4 SUBDIRS = \ |
|
5 minehunt |
|
6 |
|
7 # These examples contain no C++ and can simply be copied |
|
8 sources.files = \ |
|
9 calculator \ |
|
10 flickr \ |
|
11 photoviewer \ |
|
12 samegame \ |
|
13 snake \ |
|
14 twitter \ |
|
15 rssnews \ |
|
16 webbrowser |
|
17 |
|
18 sources.path = $$[QT_INSTALL_DEMOS]/declarative |
|
19 INSTALLS += sources |
|
20 |