source: trunk/src/xml/qt_xml.pri@ 168

Last change on this file since 168 was 2, checked in by dmik, 20 years ago

Imported xplatform parts of the official release 3.3.1 from Trolltech

File size: 265 bytes
Line 
1# Qt xml module
2
3xml {
4 HEADERS += $$XML_H/qxml.h $$XML_H/qdom.h $$XML_CPP/qsvgdevice_p.h
5 SOURCES += $$XML_CPP/qxml.cpp $$XML_CPP/qdom.cpp $$XML_CPP/qsvgdevice.cpp
6 win32-borland {
7 QMAKE_CFLAGS_WARN_ON += -w-use
8 QMAKE_CXXFLAGS_WARN_ON += -w-use
9 }
10}
Note: See TracBrowser for help on using the repository browser.