demos/pathstroke/pathstroke.pro
changeset 0 1918ee327afb
equal deleted inserted replaced
-1:000000000000 0:1918ee327afb
       
     1 SOURCES += main.cpp pathstroke.cpp
       
     2 HEADERS += pathstroke.h
       
     3 
       
     4 SHARED_FOLDER = ../shared
       
     5 
       
     6 include($$SHARED_FOLDER/shared.pri)
       
     7 
       
     8 RESOURCES += pathstroke.qrc
       
     9 
       
    10 contains(QT_CONFIG, opengl) {
       
    11 	DEFINES += QT_OPENGL_SUPPORT
       
    12 	QT += opengl
       
    13 }
       
    14 
       
    15 # install
       
    16 target.path = $$[QT_INSTALL_DEMOS]/pathstroke
       
    17 sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro *.html
       
    18 sources.path = $$[QT_INSTALL_DEMOS]/pathstroke
       
    19 INSTALLS += target sources
       
    20 
       
    21 symbian {
       
    22     TARGET.UID3 = 0xA000A63E
       
    23     include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)
       
    24 }