equal
deleted
inserted
replaced
38 include(util/util.pri) |
38 include(util/util.pri) |
39 include(statemachine/statemachine.pri) |
39 include(statemachine/statemachine.pri) |
40 include(math3d/math3d.pri) |
40 include(math3d/math3d.pri) |
41 include(effects/effects.pri) |
41 include(effects/effects.pri) |
42 |
42 |
43 contains(QT_CONFIG, egl): include(egl/egl.pri) |
43 # :QTP:We can always include against egl on symbian, it works even when EGL/OpenVG is not supported |
|
44 symbian { |
|
45 include(egl/egl.pri) |
|
46 } else { |
|
47 contains(QT_CONFIG, egl): include(egl/egl.pri) |
|
48 } |
44 |
49 |
45 embedded: QT += network |
50 embedded: QT += network |
46 |
51 |
47 QMAKE_LIBS += $$QMAKE_LIBS_GUI |
52 QMAKE_LIBS += $$QMAKE_LIBS_GUI |
48 |
53 |
52 |
57 |
53 DEFINES += Q_INTERNAL_QAPP_SRC |
58 DEFINES += Q_INTERNAL_QAPP_SRC |
54 symbian:TARGET.UID3=0x2001B2DD |
59 symbian:TARGET.UID3=0x2001B2DD |
55 |
60 |
56 # ro-section in gui can exceed default allocated space, so more rw-section little further |
61 # ro-section in gui can exceed default allocated space, so more rw-section little further |
57 symbian-sbsv2: MMP_RULES += "LINKEROPTION armcc --rw-base 0x800000" |
62 symbian-sbsv2: QMAKE_LFLAGS.ARMCC += --rw-base 0x800000" |