source: trunk/demos/affine/affine.pro@ 858

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

trunk: Merged in qt 4.6.1 sources.

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