source: trunk/demos/mainwindow/mainwindow.pro@ 1168

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

trunk: Merged in qt 4.6.1 sources.

File size: 494 bytes
Line 
1TEMPLATE = app
2HEADERS += colorswatch.h mainwindow.h toolbar.h
3SOURCES += colorswatch.cpp mainwindow.cpp toolbar.cpp main.cpp
4build_all:!build_pass {
5 CONFIG -= build_all
6 CONFIG += release
7}
8
9RESOURCES += mainwindow.qrc
10
11# install
12target.path = $$[QT_INSTALL_DEMOS]/mainwindow
13sources.files = $$SOURCES $$HEADERS $$FORMS $$RESOURCES *.png *.jpg *.pro
14sources.path = $$[QT_INSTALL_DEMOS]/mainwindow
15INSTALLS += target sources
16
17symbian: include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)
Note: See TracBrowser for help on using the repository browser.