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