diff options
Diffstat (limited to 'mkspecs/features/assistant.prf')
-rw-r--r-- | mkspecs/features/assistant.prf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mkspecs/features/assistant.prf b/mkspecs/features/assistant.prf new file mode 100644 index 0000000..25e5d4d --- /dev/null +++ b/mkspecs/features/assistant.prf @@ -0,0 +1,9 @@ + +INCLUDEPATH = $$QMAKE_INCDIR_QT/QtAssistant $$INCLUDEPATH + +mac:!static:contains(QT_CONFIG, qt_framework) { + qtAddLibrary(QtAssistant) +} else { + qtAddLibrary(QtAssistantClient) +} +QT += network |