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

Last change on this file since 397 was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 244 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
9INTERFACES =
10TARGET = qconfig
Note: See TracBrowser for help on using the repository browser.