source:
branches/vendor/trolltech/qt/current/mkspecs/features/assistant.prf
@
2
Last change on this file since 2 was 2, checked in by , 12 years ago | |
---|---|
File size: 199 bytes |
Line | |
---|---|
1 | |
2 | INCLUDEPATH = $$QMAKE_INCDIR_QT/QtAssistant $$INCLUDEPATH |
3 | |
4 | mac:!static:contains(QT_CONFIG, qt_framework) { |
5 | qtAddLibrary(QtAssistant) |
6 | } else { |
7 | qtAddLibrary(QtAssistantClient) |
8 | } |
9 | QT += network |
Note: See TracBrowser
for help on using the repository browser.