소스 검색

COMP: QtMobility: Set the debug/release flag correctly for MinGW

Sascha Zelzer 15 년 전
부모
커밋
57ac6472b3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      CMakeExternals/QtMobility.cmake

+ 1 - 1
CMakeExternals/QtMobility.cmake

@@ -30,7 +30,7 @@ IF(${add_project})
   # Define configure options
   SET(qtmobility_modules "serviceframework")
   SET(qtmobility_build_type "release")
-  IF(UNIX)
+  IF(UNIX OR MINGW)
     IF(CMAKE_BUILD_TYPE STREQUAL "Debug")
       SET(qtmobility_build_type "debug")
     ENDIF()