diff -r 1c3b8676e58c -r 232fbd5a2dcb ginebra2/ginebra2.pro --- a/ginebra2/ginebra2.pro Tue Jul 06 14:03:49 2010 +0300 +++ b/ginebra2/ginebra2.pro Wed Aug 18 09:37:05 2010 +0300 @@ -153,12 +153,6 @@ EditorWidget.h \ EditorSnippet.h -symbian: { - contains(br_default_iap, yes) { - DEFINES += SET_DEFAULT_IAP - HEADERS += sym_iap_util.h - } -} contains(br_tiled_backing_store, yes) { DEFINES += BEDROCK_TILED_BACKING_STORE @@ -301,7 +295,7 @@ TARGET.EPOCALLOWDLLDATA = 1 TARGET.EPOCSTACKSIZE = 0x14000 - lessThan(QT_MAJOR_VERSION, 4) | lessThan(QT_MINOR_VERSION, 6) | lessThan(QT_PATCH_VERSION, 3) { + lessThan(QT_VERSION, 4.6.3) { TARGET.EPOCHEAPSIZE = 0x20000 \ 0x4000000 \ // \ @@ -334,8 +328,31 @@ } LIBS += -lcommdb LIBS += -lesock -lconnmon -linsock - LIBS += -lavkon -lapparc -leikcore -lcone + LIBS += -lavkon -lapparc -leikcore -lcone -lws32 -lapgrfx + +# QtHighway is used in TB10.1 for Application Interworking (AIW) support. +contains(br_qthighway, yes) { + DEFINES += QTHIGHWAY + LIBS += -lxqservice -lxqserviceutil + CONFIG += service + SERVICE.FILE = service_conf.xml + SERVICE.OPTIONS = embeddable + # Browser provides service for html files. + RSS_RULES += \ + "datatype_list = " \ + " {" \ + " DATATYPE" \ + " {" \ + " priority = EDataTypePriorityNormal;" \ + " type = \"text/html\";" \ + " }" \ + " };" + + HEADERS += emulator/FileService.h + SOURCES += emulator/FileService.cpp +} + contains(br_openurl, yes) { DEFINES += OPENURL } @@ -385,6 +402,6 @@ dox.target = docs dox.commands = doxygen ./doc/Doxyfile dox.depends = $$SOURCES $$HEADERS -QMAKE_EXTRA_UNIX_TARGETS += dox +QMAKE_EXTRA_TARGETS += dox #INCLUDEPATH += $$PWD/../../mw/bedrockProvisioning