~ppsspp/ppsspp/ppsspp_1.3.0

« back to all changes in this revision

Viewing changes to Qt/Platform/symbian.pri

  • Committer: Sérgio Benjamim
  • Date: 2017-01-02 00:12:05 UTC
  • Revision ID: sergio_br2@yahoo.com.br-20170102001205-cxbta9za203nmjwm
1.3.0 source (from ppsspp_1.3.0-r160.p5.l1762.a165.t83~56~ubuntu16.04.1.tar.xz).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
DEFINES += "BOOST_COMPILER_CONFIG=\"boost/mpl/aux_/config/gcc.hpp\""
 
2
QMAKE_CXXFLAGS += -marm -Wno-parentheses -Wno-comment -Wno-unused-local-typedefs
 
3
 
 
4
!contains(CONFIG, staticlib) {
 
5
        # Executable
 
6
        LIBS += -lremconcoreapi -lremconinterfacebase
 
7
 
 
8
        # Packaging
 
9
        TARGET.UID3 = 0xE0095B1D
 
10
        DEPLOYMENT.display_name = PPSSPP
 
11
        vendor_deploy.pkg_prerules = "%{\"Qtness\"}" ":\"Qtness\""
 
12
        ICON = $$P/assets/icon.svg
 
13
 
 
14
        DEPLOYMENT += vendor_deploy
 
15
        MMP_RULES += "DEBUGGABLE"
 
16
 
 
17
        # 268 MB maximum
 
18
        TARGET.EPOCHEAPSIZE = 0x40000 0x10000000
 
19
        TARGET.EPOCSTACKSIZE = 0x10000
 
20
}