examples/designer/customwidgetplugin/customwidgetplugin.pro
changeset 0 1918ee327afb
equal deleted inserted replaced
-1:000000000000 0:1918ee327afb
       
     1 #! [0] #! [1]
       
     2 CONFIG      += designer plugin
       
     3 #! [0]
       
     4 TARGET      = $$qtLibraryTarget($$TARGET)
       
     5 #! [2]
       
     6 TEMPLATE    = lib
       
     7 #! [1] #! [2]
       
     8 QTDIR_build:DESTDIR     = $$QT_BUILD_TREE/plugins/designer
       
     9 
       
    10 #! [3]
       
    11 HEADERS     = analogclock.h \
       
    12               customwidgetplugin.h
       
    13 SOURCES     = analogclock.cpp \
       
    14               customwidgetplugin.cpp
       
    15 #! [3]
       
    16 
       
    17 # install
       
    18 target.path = $$[QT_INSTALL_PLUGINS]/designer
       
    19 sources.files = $$SOURCES $$HEADERS *.pro
       
    20 sources.path = $$[QT_INSTALL_EXAMPLES]/designer/customwidgetplugin
       
    21 INSTALLS += target sources
       
    22 
       
    23 symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)