examples/declarative/cppextensions/qwidgets/qwidgets.pro
changeset 30 5dc02b23752f
child 33 3e2da88830cd
equal deleted inserted replaced
29:b72c6db6890b 30:5dc02b23752f
       
     1 TEMPLATE = lib
       
     2 DESTDIR = QWidgets
       
     3 TARGET = qwidgetsplugin
       
     4 CONFIG += qt plugin
       
     5 QT += declarative
       
     6 
       
     7 SOURCES += qwidgets.cpp
       
     8 
       
     9 sources.files += qwidgets.pro qwidgets.cpp qwidgets.qml
       
    10 
       
    11 sources.path += $$[QT_INSTALL_EXAMPLES]/declarative/plugins
       
    12 
       
    13 target.path += $$[QT_INSTALL_EXAMPLES]/declarative/plugins
       
    14 
       
    15 INSTALLS += sources target
       
    16 
       
    17 symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
       
    18 
       
    19 symbian:{
       
    20     TARGET.EPOCALLOWDLLDATA = 1
       
    21 }