demos/textedit/textedit.pro
changeset 0 1918ee327afb
equal deleted inserted replaced
-1:000000000000 0:1918ee327afb
       
     1 TEMPLATE        = app
       
     2 TARGET          = textedit
       
     3 
       
     4 CONFIG          += qt warn_on
       
     5 
       
     6 HEADERS         = textedit.h
       
     7 SOURCES         = textedit.cpp \
       
     8                   main.cpp
       
     9 
       
    10 RESOURCES += textedit.qrc
       
    11 build_all:!build_pass {
       
    12     CONFIG -= build_all
       
    13     CONFIG += release
       
    14 }
       
    15 
       
    16 # install
       
    17 target.path = $$[QT_INSTALL_DEMOS]/textedit
       
    18 sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro *.html *.doc images
       
    19 sources.path = $$[QT_INSTALL_DEMOS]/textedit
       
    20 INSTALLS += target sources
       
    21 
       
    22 symbian: include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)