source: trunk/examples/mainwindows/application/application.pro@ 1147

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

trunk: Merged in qt 4.6.1 sources.

File size: 440 bytes
Line 
1HEADERS = mainwindow.h
2SOURCES = main.cpp \
3 mainwindow.cpp
4#! [0]
5RESOURCES = application.qrc
6#! [0]
7
8# install
9target.path = $$[QT_INSTALL_EXAMPLES]/mainwindows/application
10sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS application.pro images
11sources.path = $$[QT_INSTALL_EXAMPLES]/mainwindows/application
12INSTALLS += target sources
13
14symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
Note: See TracBrowser for help on using the repository browser.