examples/tools/styleplugin/stylewindow/stylewindow.pro
changeset 0 1918ee327afb
equal deleted inserted replaced
-1:000000000000 0:1918ee327afb
       
     1 HEADERS    = stylewindow.h
       
     2 SOURCES    = stylewindow.cpp \
       
     3              main.cpp
       
     4 
       
     5 TARGET     = styleplugin
       
     6 win32 {
       
     7     debug:DESTDIR = ../debug/
       
     8     release:DESTDIR = ../release/
       
     9 } else {
       
    10     DESTDIR    = ../
       
    11 }
       
    12 
       
    13 # install
       
    14 target.path = $$[QT_INSTALL_EXAMPLES]/tools/styleplugin
       
    15 sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS stylewindow.pro
       
    16 sources.path = $$[QT_INSTALL_EXAMPLES]/tools/styleplugin/stylewindow
       
    17 INSTALLS += target sources
       
    18 
       
    19 symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)