source:
trunk/demos/spectrum/spectrum.pro
Last change on this file was 846, checked in by , 14 years ago | |
---|---|
File size: 539 bytes |
Line | |
---|---|
1 | include(spectrum.pri) |
2 | |
3 | TEMPLATE = subdirs |
4 | |
5 | # Ensure that library is built before application |
6 | CONFIG += ordered |
7 | |
8 | !contains(DEFINES, DISABLE_FFT) { |
9 | SUBDIRS += 3rdparty/fftreal |
10 | } |
11 | |
12 | SUBDIRS += app |
13 | |
14 | TARGET = spectrum |
15 | |
16 | symbian { |
17 | # Create a 'make sis' rule which can be run from the top-level |
18 | |
19 | include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri) |
20 | |
21 | # UID for the SIS file |
22 | TARGET.UID3 = 0xA000E402 |
23 | } |
24 | |
25 | sources.files = README.txt spectrum.pri spectrum.pro TODO.txt |
26 | sources.path = $$[QT_INSTALL_DEMOS]/spectrum |
27 | INSTALLS += sources |
28 |
Note:
See TracBrowser
for help on using the repository browser.