source:
trunk/demos/declarative/declarative.pro
Last change on this file was 846, checked in by , 14 years ago | |
---|---|
File size: 351 bytes |
Line | |
---|---|
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 |
Note:
See TracBrowser
for help on using the repository browser.