summaryrefslogtreecommitdiffstats
path: root/examples/widgets/painting/composition/composition.pro
blob: 3b64714ba29b678966c15f2c237f7a1152a35c99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
SOURCES += main.cpp composition.cpp
HEADERS += composition.h

SHARED_FOLDER = ../shared

include($$SHARED_FOLDER/shared.pri)

RESOURCES += composition.qrc
qtHaveModule(opengl): !contains(QT_CONFIG,dynamicgl) {
    DEFINES += USE_OPENGL
    QT += opengl
}
QT += widgets

# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/painting/composition
INSTALLS += target

wince* {
    DEPLOYMENT_PLUGIN += qjpeg
}