tests/auto/qpluginloader/theplugin/theplugin.pro
changeset 0 1918ee327afb
equal deleted inserted replaced
-1:000000000000 0:1918ee327afb
       
     1 TEMPLATE      = lib
       
     2 CONFIG       += plugin
       
     3 HEADERS       = theplugin.h
       
     4 SOURCES       = theplugin.cpp
       
     5 TARGET        = $$qtLibraryTarget(theplugin)
       
     6 DESTDIR       = ../bin
       
     7 
       
     8 symbian: {
       
     9     TARGET.EPOCALLOWDLLDATA=1
       
    10     TARGET.CAPABILITY=ALL -TCB
       
    11 }