source: trunk/tools/qconfig/qconfig.pro@ 846

Last change on this file since 846 was 846, checked in by Dmitry A. Kuminov, 14 years ago

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

File size: 231 bytes
Line 
1TEMPLATE = app
2CONFIG += qt warn_on
3build_all:!build_pass {
4 CONFIG -= build_all
5 CONFIG += release
6}
7HEADERS = feature.h featuretreemodel.h graphics.h
8SOURCES = main.cpp feature.cpp featuretreemodel.cpp
9TARGET = qconfig
Note: See TracBrowser for help on using the repository browser.