qtmobility/common.pri
branchRCL_3
changeset 8 885c2596c964
parent 6 4203353e74ea
equal deleted inserted replaced
7:e2d33e235f7e 8:885c2596c964
    86     OBJECTS_DIR = $$OUTPUT_DIR/build/$$SUBDIRPART/$$TARGET
    86     OBJECTS_DIR = $$OUTPUT_DIR/build/$$SUBDIRPART/$$TARGET
    87     !plugin {
    87     !plugin {
    88         contains(TEMPLATE,.*lib) {
    88         contains(TEMPLATE,.*lib) {
    89             DESTDIR = $$OUTPUT_DIR/lib
    89             DESTDIR = $$OUTPUT_DIR/lib
    90             symbian:defFilePath=../s60installs
    90             symbian:defFilePath=../s60installs
    91 #            VERSION = 1.0.1
    91 #            VERSION = 1.0.2
    92         } else {
    92         } else {
    93             DESTDIR = $$OUTPUT_DIR/bin
    93             DESTDIR = $$OUTPUT_DIR/bin
    94         }
    94         }
    95     } else {
    95     } else {
    96         testplugin {
    96         testplugin {
   160 }
   160 }
   161 
   161 
   162 symbian {
   162 symbian {
   163     #For some reason the default include path doesn't include MOC_DIR on symbian
   163     #For some reason the default include path doesn't include MOC_DIR on symbian
   164     INCLUDEPATH += $$MOC_DIR
   164     INCLUDEPATH += $$MOC_DIR
       
   165     
       
   166     #This is supposed to be defined in symbian_os.hrh
       
   167     DEFINES += SYMBIAN_EMULATOR_SUPPORTS_PERPROCESS_WSD
   165 }
   168 }
   166 
   169 
   167 # Add the output dirs to the link path too
   170 # Add the output dirs to the link path too
   168 mac:contains(QT_CONFIG,qt_framework) {
   171 mac:contains(QT_CONFIG,qt_framework) {
   169     #add framework option
   172     #add framework option