diff --git a/cockatrice/CMakeLists.txt b/cockatrice/CMakeLists.txt index 8cfca2577..b4de656a6 100644 --- a/cockatrice/CMakeLists.txt +++ b/cockatrice/CMakeLists.txt @@ -126,6 +126,7 @@ if(APPLE) ENDIF(APPLE) if (NOT QT_QTMULTIMEDIA_FOUND) + SET(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}) FIND_PACKAGE(QtMobility REQUIRED) endif (NOT QT_QTMULTIMEDIA_FOUND)