tests/auto/xmlpatternsxqts/lib/lib.pro
changeset 3 41300fa6a67c
parent 0 1918ee327afb
equal deleted inserted replaced
2:56cd8111b7f7 3:41300fa6a67c
     9 
     9 
    10 mac {
    10 mac {
    11     CONFIG += absolute_library_soname
    11     CONFIG += absolute_library_soname
    12     target.path=$$[QT_INSTALL_LIBS]
    12     target.path=$$[QT_INSTALL_LIBS]
    13     INSTALLS += target
    13     INSTALLS += target
       
    14 }
       
    15 
       
    16 symbian {
       
    17     TARGET.EPOCALLOWDLLDATA=1
       
    18     TARGET.CAPABILITY = All -Tcb
       
    19     MMP_RULES += EXPORTUNFROZEN
    14 }
    20 }
    15 
    21 
    16 # We add gui, because xmlpatterns.pri pull it out.
    22 # We add gui, because xmlpatterns.pri pull it out.
    17 QT      += xmlpatterns xml network testlib gui
    23 QT      += xmlpatterns xml network testlib gui
    18 
    24