summaryrefslogtreecommitdiffstats
path: root/shoplist/shoplist.pro
blob: 0522f0ca54da002b1b234936049ed31a2a9e4776 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
TEMPLATE = app
TARGET =

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

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

RESOURCES += resources.qrc
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.5

symbian {
    TARGET.EPOCHEAPSIZE = 0x20000 \
        0x2000000
    TARGET.UID3 = 0xe1234568
    ICON = images/icon-shoplist.svg
}