FindQt4: Re-add QAxServer to the QT_MODULES.

This was removed instead of moved in commit b8af46cb (FindQt4: Don't
fail if certain Qt modules are unavailable.).
This commit is contained in:
Stephen Kelly 2013-07-24 17:59:13 +02:00
parent 969e7ee5df
commit d57c1c1b9e
1 changed files with 1 additions and 1 deletions

View File

@ -881,7 +881,7 @@ if (QT_QMAKE_EXECUTABLE AND QTVERSION)
endforeach()
if(Q_WS_WIN)
set(QT_MODULES ${QT_MODULES} QAxContainer)
set(QT_MODULES ${QT_MODULES} QAxContainer QAxServer)
# Set QT_AXCONTAINER_INCLUDE_DIR and QT_AXSERVER_INCLUDE_DIR
find_path(QT_QAXCONTAINER_INCLUDE_DIR ActiveQt
PATHS ${QT_HEADERS_DIR}/ActiveQt