|
@@ -23,6 +23,12 @@ SET(CTK_EXECUTABLE_DIRS "@CTK_EXECUTABLE_DIRS_CONFIG@")
|
|
|
# will be the parent directories under which there will be a directory
|
|
|
# of runtime libraries for each configuration type.
|
|
|
SET(CTK_RUNTIME_LIBRARY_DIRS "@CTK_RUNTIME_LIBRARY_DIRS_CONFIG@")
|
|
|
+
|
|
|
+# The CTK Qt designer plugin directory. Note that if
|
|
|
+# CTK_CONFIGURATION_TYPES is set (see below) then these directories
|
|
|
+# will be the parent directories under which there will be a directory
|
|
|
+# of runtime libraries for each configuration type.
|
|
|
+SET(CTK_QTDESIGNERPLUGINS_DIR "@CTK_QTDESIGNERPLUGINS_DIR_CONFIG@")
|
|
|
|
|
|
# The CTK version number
|
|
|
SET(CTK_MAJOR_VERSION "@CTK_MAJOR_VERSION@")
|