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

Last change on this file since 769 was 769, checked in by Dmitry A. Kuminov, 15 years ago

trunk: Merged in qt 4.6.3 sources from branches/vendor/nokia/qt.

File size: 568 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 load(data_caging_paths)
18
19 # Create a 'make sis' rule which can be run from the top-level
20
21 include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)
22
23 # UID for the SIS file
24 TARGET.UID3 = 0xA000E3FA
25}
26
27sources.files = README.txt spectrum.pri spectrum.pro TODO.txt
28sources.path = $$[QT_INSTALL_DEMOS]/spectrum
29INSTALLS += sources
30
Note: See TracBrowser for help on using the repository browser.