summaryrefslogtreecommitdiffstats
path: root/mybudget/mybudget.pro
blob: 583759169168a480757ce500faa66b5894d1dde0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
######################################################################
# Automatically generated by qmake (2.01a) Mon Aug 31 16:16:21 2009
######################################################################

TEMPLATE = app
TARGET =

RESOURCES += images/images.qrc

include(src/src.pri)
include(../shared/shared.pri)

symbian {
    isEmpty(NODEPLOYMENT) {
        TARGET.UID3 = 0xe1234566
        TARGET.EPOCHEAPSIZE = 0x020000 0x2000000
        ICON = images/mybudget-icon.svg
        mybudget.sources = mybudget.conf
        mybudget.path = c:\DATA\.config\openBossa
        DEPLOYMENT += mybudget
    }
}

isEmpty(PREFIX) {
    PREFIX = "/usr/local"
}

target.path = $$PREFIX/bin
INSTALLS += target

QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.5