Last change
on this file since 858 was 846, checked in by Dmitry A. Kuminov, 14 years ago |
trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.
|
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.