source: trunk/demos/spectrum/spectrum.pro@ 858

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 
1include(spectrum.pri)
2
3TEMPLATE = subdirs
4
5# Ensure that library is built before application
6CONFIG += ordered
7
8!contains(DEFINES, DISABLE_FFT) {
9 SUBDIRS += 3rdparty/fftreal
10}
11
12SUBDIRS += app
13
14TARGET = spectrum
15
16symbian {
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
25sources.files = README.txt spectrum.pri spectrum.pro TODO.txt
26sources.path = $$[QT_INSTALL_DEMOS]/spectrum
27INSTALLS += sources
28
Note: See TracBrowser for help on using the repository browser.