source: trunk/demos/chip/chip.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: 503 bytes
Line 
1RESOURCES += images.qrc
2
3HEADERS += mainwindow.h view.h chip.h
4SOURCES += main.cpp
5SOURCES += mainwindow.cpp view.cpp chip.cpp
6
7contains(QT_CONFIG, opengl):QT += opengl
8
9build_all:!build_pass {
10 CONFIG -= build_all
11 CONFIG += release
12}
13
14# install
15target.path = $$[QT_INSTALL_DEMOS]/chip
16sources.files = $$SOURCES $$HEADERS $$RESOURCES *.png *.pro *.html *.doc images
17sources.path = $$[QT_INSTALL_DEMOS]/chip
18INSTALLS += target sources
19
20symbian: include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)
Note: See TracBrowser for help on using the repository browser.