source: trunk/examples/xml/xmlstreamlint/xmlstreamlint.pro@ 563

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

trunk: Merged in qt 4.6.1 sources.

File size: 363 bytes
Line 
1CONFIG += console
2QT -= gui
3QT += xml
4SOURCES += main.cpp
5
6# install
7target.path = $$[QT_INSTALL_EXAMPLES]/xml/xmlstreamlint
8sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS xmlstreamlint.pro
9sources.path = $$[QT_INSTALL_EXAMPLES]/xml/xmlstreamlint
10INSTALLS += target sources
11
12symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
Note: See TracBrowser for help on using the repository browser.