tests/auto/declarative/qdeclarativemoduleplugin/plugin/plugin.pro
branchGCC_SURGE
changeset 31 5daf16870df6
parent 30 5dc02b23752f
equal deleted inserted replaced
27:93b982ccede2 31:5daf16870df6
       
     1 TEMPLATE = lib
       
     2 CONFIG += plugin
       
     3 SOURCES = plugin.cpp
       
     4 QT = core declarative
       
     5 DESTDIR = ../imports/com/nokia/AutoTestQmlPluginType
       
     6 
       
     7 symbian: {
       
     8     TARGET.EPOCALLOWDLLDATA=1
       
     9 }