tests/auto/qcontactmanagerplugins/dummyotherplugin/dummyotherplugin.pro
changeset 0 876b1a06bc25
equal deleted inserted replaced
-1:000000000000 0:876b1a06bc25
       
     1 TEMPLATE = lib
       
     2 CONFIG += plugin testplugin
       
     3 TARGET = $$qtLibraryTarget(contacts_testotherdummy)
       
     4 PLUGIN_TYPE=contacts
       
     5 
       
     6 include(../../../../common.pri)
       
     7 
       
     8 SOURCES += dummyotherplugin.cpp
       
     9     
       
    10 include(../../contacts_plugins.pri)