ginebra2/ginebra2.pro
changeset 10 232fbd5a2dcb
parent 6 1c3b8676e58c
child 15 73c48011b8c7
equal deleted inserted replaced
6:1c3b8676e58c 10:232fbd5a2dcb
   151     mostvisitedpageview.h \
   151     mostvisitedpageview.h \
   152     mostvisitedsnippet.h \
   152     mostvisitedsnippet.h \
   153     EditorWidget.h \
   153     EditorWidget.h \
   154     EditorSnippet.h
   154     EditorSnippet.h
   155 
   155 
   156 symbian: {
       
   157   contains(br_default_iap, yes) {
       
   158     DEFINES += SET_DEFAULT_IAP
       
   159     HEADERS += sym_iap_util.h
       
   160   }
       
   161 }
       
   162 
   156 
   163 contains(br_tiled_backing_store, yes) {
   157 contains(br_tiled_backing_store, yes) {
   164     DEFINES += BEDROCK_TILED_BACKING_STORE
   158     DEFINES += BEDROCK_TILED_BACKING_STORE
   165 }
   159 }
   166 
   160 
   299 
   293 
   300 symbian: {
   294 symbian: {
   301     TARGET.EPOCALLOWDLLDATA = 1
   295     TARGET.EPOCALLOWDLLDATA = 1
   302     TARGET.EPOCSTACKSIZE = 0x14000
   296     TARGET.EPOCSTACKSIZE = 0x14000
   303     
   297     
   304     lessThan(QT_MAJOR_VERSION, 4) | lessThan(QT_MINOR_VERSION, 6) | lessThan(QT_PATCH_VERSION, 3) {
   298     lessThan(QT_VERSION, 4.6.3) {
   305         TARGET.EPOCHEAPSIZE = 0x20000 \
   299         TARGET.EPOCHEAPSIZE = 0x20000 \
   306             0x4000000 \
   300             0x4000000 \
   307             // \
   301             // \
   308             Min \
   302             Min \
   309             128kB, \
   303             128kB, \
   332     else {
   326     else {
   333         TARGET.UID3 = 0x200267DF
   327         TARGET.UID3 = 0x200267DF
   334     }
   328     }
   335     LIBS += -lcommdb
   329     LIBS += -lcommdb
   336     LIBS += -lesock -lconnmon -linsock
   330     LIBS += -lesock -lconnmon -linsock
   337     LIBS += -lavkon -lapparc -leikcore -lcone
   331     LIBS += -lavkon -lapparc -leikcore -lcone -lws32 -lapgrfx 
       
   332 
       
   333 # QtHighway is used in TB10.1 for Application Interworking (AIW) support.
       
   334 contains(br_qthighway, yes) {
       
   335     DEFINES += QTHIGHWAY
       
   336     LIBS += -lxqservice -lxqserviceutil
       
   337     CONFIG += service
       
   338     SERVICE.FILE = service_conf.xml
       
   339     SERVICE.OPTIONS = embeddable
   338     
   340     
       
   341     # Browser provides service for html files.
       
   342     RSS_RULES += \
       
   343         "datatype_list = " \
       
   344         "      {" \
       
   345         "      DATATYPE" \
       
   346         "          {" \
       
   347         "          priority = EDataTypePriorityNormal;" \
       
   348         "          type = \"text/html\";" \  
       
   349         "          }" \
       
   350         "      };"
       
   351 
       
   352         HEADERS += emulator/FileService.h
       
   353         SOURCES += emulator/FileService.cpp
       
   354 }
       
   355 
   339 contains(br_openurl, yes) {
   356 contains(br_openurl, yes) {
   340     DEFINES += OPENURL
   357     DEFINES += OPENURL
   341 }
   358 }
   342 
   359 
   343 contains(br_fast_allocator, yes) {
   360 contains(br_fast_allocator, yes) {
   383 # Generate documentation
   400 # Generate documentation
   384 # #################################
   401 # #################################
   385 dox.target = docs
   402 dox.target = docs
   386 dox.commands = doxygen ./doc/Doxyfile
   403 dox.commands = doxygen ./doc/Doxyfile
   387 dox.depends = $$SOURCES $$HEADERS
   404 dox.depends = $$SOURCES $$HEADERS
   388 QMAKE_EXTRA_UNIX_TARGETS += dox
   405 QMAKE_EXTRA_TARGETS += dox
   389 
   406 
   390 #INCLUDEPATH += $$PWD/../../mw/bedrockProvisioning
   407 #INCLUDEPATH += $$PWD/../../mw/bedrockProvisioning