forked from qt-creator/qt-creator
cmake build: Remove unused internal variables
Change-Id: I68ed91462c3b3c9f27c2a0a5749c373704ce467a Reviewed-by: Cristian Adam <cristian.adam@qt.io>
This commit is contained in:
@@ -88,11 +88,8 @@ else()
|
||||
endif ()
|
||||
|
||||
set(__QTC_PLUGINS "" CACHE INTERNAL "*** Internal ***")
|
||||
set(__QTC_INSTALLED_PLUGINS "" CACHE INTERNAL "*** Internal ***")
|
||||
set(__QTC_LIBRARIES "" CACHE INTERNAL "*** Internal ***")
|
||||
set(__QTC_INSTALLED_LIBRARIES "" CACHE INTERNAL "*** Internal ***")
|
||||
set(__QTC_EXECUTABLES "" CACHE INTERNAL "*** Internal ***")
|
||||
set(__QTC_INSTALLED_EXECUTABLES "" CACHE INTERNAL "*** Internal ***")
|
||||
set(__QTC_TESTS "" CACHE INTERNAL "*** Internal ***")
|
||||
|
||||
function(append_extra_translations target_name)
|
||||
|
||||
Reference in New Issue
Block a user