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
OpenFlipper-Free
OpenFlipper-Free
Commits
455dd10e
Commit
455dd10e
authored
Dec 02, 2020
by
Max Lyon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update submodule and specify which Qt package are required
parent
c196b342
Pipeline
#16063
passed with stages
in 100 minutes and 56 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
1 deletion
+20
-1
CMakeLists.txt
CMakeLists.txt
+19
-0
OpenFlipper
OpenFlipper
+1
-1
No files found.
CMakeLists.txt
View file @
455dd10e
...
...
@@ -108,6 +108,25 @@ endif()
# Qt setup
include
(
ACGQt
)
set
(
QT5_REQUIRED_PACKAGES
Qt5Core
Qt5Widgets
Qt5Gui
Qt5OpenGL
Qt5Network
Qt5Sql
Qt5Script
Qt5ScriptTools
Qt5Xml
Qt5XmlPatterns
Qt5Help
Qt5UiTools
Qt5Svg
Qt5PrintSupport
Qt5Concurrent
Qt5Quick
)
acg_qt5
()
if
(
NOT QT5_FOUND
)
...
...
OpenFlipper
@
08283d53
Compare
0205a3f9
...
08283d53
Subproject commit 0
205a3f99d25b304e3e554494d57769223fa48e0
Subproject commit 0
8283d53ff7cf0125003b476d3bc3aa769dced32
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