mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-23 18:32:55 +00:00
DesignerComponents is not public component
this fixes a header conflict with the razor-qt project resulting in build failure when attempting to build it. I am leaving the rest of the build system untouched so I do not have to undo things in case I find use for it Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
be608ca159
commit
77d3a8cd4b
1 changed files with 4 additions and 1 deletions
|
@ -78,7 +78,10 @@ set(KATIE_VERSION "${KATIE_MAJOR}.${KATIE_MINOR}.${KATIE_MICRO}")
|
||||||
set(KATIE_GIT "unknown")
|
set(KATIE_GIT "unknown")
|
||||||
|
|
||||||
# components and tools that will be build, changed depending on the requirements availability
|
# components and tools that will be build, changed depending on the requirements availability
|
||||||
set(KATIE_COMPONENTS "Core Gui Declarative Designer DesignerComponents Network Sql Svg Xml Script ScriptTools Test UiTools")
|
# NOTE: excluding DesignerComponents as it was never used as public component, currently only
|
||||||
|
# used by the the disigner tool. if it is ever needed for something it can just be added here
|
||||||
|
# and that's it - the rest of the build system has everything in place.
|
||||||
|
set(KATIE_COMPONENTS "Core Gui Declarative Designer Network Sql Svg Xml Script ScriptTools Test UiTools")
|
||||||
set(KATIE_TOOLS "moc uic rcc lupdate lrelease lconvert designer qscript qtconfig")
|
set(KATIE_TOOLS "moc uic rcc lupdate lrelease lconvert designer qscript qtconfig")
|
||||||
|
|
||||||
# for config.cpp.cmake
|
# for config.cpp.cmake
|
||||||
|
|
Loading…
Add table
Reference in a new issue