Added new settings button to set a fake current location ('work' in the first instance).
[ptas] / zouba / qt4-maemo5 / mkspecs / features / assistant.prf
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