Skip to content

Commit

Permalink
cmake - no Qt: do not copy GUI folders in Class library
Browse files Browse the repository at this point in the history
  • Loading branch information
gusano committed Jan 21, 2018
1 parent c40d2eb commit 7a6a322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -427,7 +427,7 @@ endif()
set(SCCLASSLIB_EXCLUDE_REGEX "IGNOREME")

if(NOT SC_QT)
set(SCCLASSLIB_EXCLUDE_REGEX "${SCCLASSLIB_EXCLUDE_REGEX}|QtCollider")
set(SCCLASSLIB_EXCLUDE_REGEX "${SCCLASSLIB_EXCLUDE_REGEX}|GUI")
endif()

if(WIN32)
Expand Down

0 comments on commit 7a6a322

Please sign in to comment.