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

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

trunk: Merged in qt 4.6.1 sources.

File size: 519 bytes
RevLine 
[2]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