source: trunk/demos/pathstroke/pathstroke.pro@ 1168

Last change on this file since 1168 was 561, checked in by Dmitry A. Kuminov, 15 years ago

trunk: Merged in qt 4.6.1 sources.

File size: 519 bytes
Line 
1SOURCES += main.cpp pathstroke.cpp
2HEADERS += pathstroke.h
3
4SHARED_FOLDER = ../shared
5
6include($$SHARED_FOLDER/shared.pri)
7
8RESOURCES += pathstroke.qrc
9
10contains(QT_CONFIG, opengl) {
11 DEFINES += QT_OPENGL_SUPPORT
12 QT += opengl
13}
14
15# install
16target.path = $$[QT_INSTALL_DEMOS]/pathstroke
17sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro *.html
18sources.path = $$[QT_INSTALL_DEMOS]/pathstroke
19INSTALLS += target sources
20
21symbian {
22 TARGET.UID3 = 0xA000A63E
23 include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)
24}
Note: See TracBrowser for help on using the repository browser.