source: trunk/mkspecs/features/assistant.prf@ 265

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

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

File size: 199 bytes
Line 
1
2INCLUDEPATH = $$QMAKE_INCDIR_QT/QtAssistant $$INCLUDEPATH
3
4mac:!static:contains(QT_CONFIG, qt_framework) {
5 qtAddLibrary(QtAssistant)
6} else {
7 qtAddLibrary(QtAssistantClient)
8}
9QT += network
Note: See TracBrowser for help on using the repository browser.