Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Tusooa Zhu
Krita
Commits
2987cfc8
Commit
2987cfc8
authored
Sep 01, 2015
by
Michael Abrahams
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Do not make Qt5UiTools a requirement
parent
b7dc4df9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
CMakeLists.txt
CMakeLists.txt
+3
-2
No files found.
CMakeLists.txt
View file @
2987cfc8
...
...
@@ -195,9 +195,9 @@ if(KF5_Activities_FOUND)
set
(
HAVE_KACTIVITIES TRUE
)
endif
()
find_package
(
Qt5 5.3.0 REQUIRED COMPONENTS Core Gui
UiTools
Widgets Xml Network PrintSupport
find_package
(
Qt5 5.3.0 REQUIRED COMPONENTS Core Gui Widgets Xml Network PrintSupport
Script Svg Test Concurrent
)
find_package
(
Qt5 5.3.0 COMPONENTS Sql WebKit WebKitWidgets DBus Declarative X11Extras
)
find_package
(
Qt5 5.3.0 COMPONENTS
UiTools
Sql WebKit WebKitWidgets DBus Declarative X11Extras
)
set
(
QT_QTDBUS_FOUND
${
Qt5DBus_FOUND
}
)
set
(
QT_QTWEBKIT_FOUND
${
Qt5WebKit_FOUND
}
)
...
...
@@ -932,6 +932,7 @@ calligra_drop_product_on_bad_condition( APP_KEXI
KDb_FOUND
"KDb not found"
KReport_WITH_SCRIPTING_FOUND
"KReport with scripting support not found"
KProperty_FOUND
"KProperty not found"
Qt5UiTools_FOUND
"Qt5UiTools not found"
)
calligra_drop_product_on_bad_condition
(
APP_ACTIVE
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment