d15d0b125b
Change-Id: I85e66c9a33a1c908b7588beb219cc9540698ab68 Reviewed-on: http://codereview.qt.nokia.com/623 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
30 lines
617 B
Prolog
30 lines
617 B
Prolog
SOURCES += main.cpp xform.cpp
|
|
HEADERS += xform.h
|
|
|
|
contains(QT_CONFIG, opengl)|contains(QT_CONFIG, opengles1)|contains(QT_CONFIG, opengles2) {
|
|
DEFINES += QT_OPENGL_SUPPORT
|
|
QT += opengl
|
|
}
|
|
|
|
SHARED_FOLDER = ../shared
|
|
|
|
include($$SHARED_FOLDER/shared.pri)
|
|
|
|
RESOURCES += affine.qrc
|
|
|
|
# install
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/painting/affine
|
|
sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro *.html *.jpg
|
|
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/painting/affine
|
|
INSTALLS += target sources
|
|
|
|
symbian {
|
|
CONFIG += qt_example
|
|
}
|
|
|
|
maemo5: CONFIG += qt_example
|
|
|
|
wince*: {
|
|
DEPLOYMENT_PLUGIN += qjpeg
|
|
}
|