source: trunk/tools/qtestlib/chart/chart.pro@ 561

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

trunk: Merged in qt 4.6.1 sources.

  • Property svn:eol-style set to native
File size: 281 bytes
Line 
1HEADERS += $$PWD/database.h $$PWD/reportgenerator.h
2SOURCES += $$PWD/database.cpp $$PWD/reportgenerator.cpp
3SOURCES += main.cpp
4RESOURCES = $$PWD/chart.qrc
5
6QT += sql xml
7CONFIG += console
8CONFIG -= app_bundle
9
10
11TEMPLATE = app
12DEPENDPATH += .
13INCLUDEPATH += .
14TARGET = chart
15
16
Note: See TracBrowser for help on using the repository browser.