cmm
This commit is contained in:
parent
c8b876c24b
commit
09a7a96288
1 changed files with 3 additions and 3 deletions
|
@ -14,9 +14,9 @@ option(USE_QT_5 "Use Qt 5 for building" ON)
|
||||||
message(STATUS "[${APP_LOW_NAME}] Welcome to ${APP_NAME} compilation process.")
|
message(STATUS "[${APP_LOW_NAME}] Welcome to ${APP_NAME} compilation process.")
|
||||||
message(STATUS "[${APP_LOW_NAME}] Compilation process begins right now.")
|
message(STATUS "[${APP_LOW_NAME}] Compilation process begins right now.")
|
||||||
|
|
||||||
if(USE_QT_5 EQUAL false)
|
#if(USE_QT_5 EQUAL false)
|
||||||
message(FATAL_ERROR "[${APP_LOW_NAME}] Only Qt 5 is supported now.")
|
# message(FATAL_ERROR "[${APP_LOW_NAME}] Only Qt 5 is supported now.")
|
||||||
endif(USE_QT_5 EQUAL false)
|
#endif(USE_QT_5 EQUAL false)
|
||||||
|
|
||||||
# Setup name for executable file.
|
# Setup name for executable file.
|
||||||
if(APPLE)
|
if(APPLE)
|
||||||
|
|
Loading…
Add table
Reference in a new issue