Skip to content
This repository has been archived by the owner on May 3, 2019. It is now read-only.

Commit

Permalink
Fix cmake issues with QtCreator
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinDuquesnoy committed Jan 28, 2018
1 parent 87b6bfa commit 051da41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ target_link_libraries(${PROJECT_NAME}

IF(USE_QML_IMPORT_LIB)
target_link_libraries(${PROJECT_NAME} MellowPlayer.QmlImports)
elseif(QMLLINT)
elseif(CHECK_QML_SYNTAX AND QMLLINT)
add_dependencies(MellowPlayer check_qml_syntax)
ENDIF()

Expand Down

0 comments on commit 051da41

Please sign in to comment.