equal
deleted
inserted
replaced
1 load(data_caging_paths) |
|
2 include(spectrum.pri) |
1 include(spectrum.pri) |
3 |
2 |
4 TEMPLATE = subdirs |
3 TEMPLATE = subdirs |
5 |
4 |
6 # Ensure that library is built before application |
5 # Ensure that library is built before application |
13 SUBDIRS += app |
12 SUBDIRS += app |
14 |
13 |
15 TARGET = spectrum |
14 TARGET = spectrum |
16 |
15 |
17 symbian { |
16 symbian { |
|
17 load(data_caging_paths) |
|
18 |
18 # Create a 'make sis' rule which can be run from the top-level |
19 # Create a 'make sis' rule which can be run from the top-level |
19 |
20 |
20 include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri) |
21 include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri) |
21 |
22 |
22 # UID for the SIS file |
23 # UID for the SIS file |
23 TARGET.UID3 = 0xA000E3FA |
24 TARGET.UID3 = 0xA000E3FA |
|
25 } |
24 |
26 |
25 bin.sources = spectrum.exe |
27 sources.files = README.txt spectrum.pri spectrum.pro TODO.txt |
26 !contains(DEFINES, DISABLE_FFT) { |
28 sources.path = $$[QT_INSTALL_DEMOS]/spectrum |
27 bin.sources += fftreal.dll |
29 INSTALLS += sources |
28 } |
30 |
29 bin.path = /sys/bin |
|
30 rsc.sources = $${EPOCROOT}$$HW_ZDIR$$APP_RESOURCE_DIR/spectrum.rsc |
|
31 rsc.path = $$APP_RESOURCE_DIR |
|
32 mif.sources = $${EPOCROOT}$$HW_ZDIR$$APP_RESOURCE_DIR/spectrum.mif |
|
33 mif.path = $$APP_RESOURCE_DIR |
|
34 reg_rsc.sources = $${EPOCROOT}$$HW_ZDIR$$REG_RESOURCE_IMPORT_DIR/spectrum_reg.rsc |
|
35 reg_rsc.path = $$REG_RESOURCE_IMPORT_DIR |
|
36 DEPLOYMENT += bin rsc mif reg_rsc |
|
37 } |
|