tests/auto/qplugin/debugplugin/debugplugin.pro
changeset 0 1918ee327afb
equal deleted inserted replaced
-1:000000000000 0:1918ee327afb
       
     1 TEMPLATE = lib
       
     2 CONFIG += plugin debug
       
     3 CONFIG -= release debug_and_release
       
     4 SOURCES = main.cpp
       
     5 QT = core
       
     6 DESTDIR = ../plugins
       
     7 
       
     8 symbian: {
       
     9     TARGET.EPOCALLOWDLLDATA=1
       
    10     TARGET.CAPABILITY=ALL -TCB
       
    11 }