source: trunk/demos/composition/composition.pro@ 618

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

trunk: Merged in qt 4.6.1 sources.

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