Skip to content

Commit d2ca103

Browse files
committed
Update CMakeLists.txt
1 parent 0c156a5 commit d2ca103

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

MVStudio/CMakeLists.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@ get_filename_component(PROJECT_NAME ${CMAKE_CURRENT_SOURCE_DIR} NAME)
22
project(${PROJECT_NAME})
33

44
include(../cmake/UseQt5.cmake)
5-
if (NOT Qt5_FOUND)
6-
message(WARNING "${PROJECT_NAME} requires Qt (Qt6 or Qt5), but Qt was not found. You can set 'Qt*_DIR' to the "
7-
"directory containing 'Qt*Config.cmake' or 'qt*-config.cmake' (* is 5 or 6) to specify the location of Qt.")
8-
return()
9-
endif ()
10-
115

126
set(${PROJECT_NAME}_HEADERS
137
main_window.h

0 commit comments

Comments
 (0)