Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Calamares
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
osak
Calamares
Commits
6c3b308a
Commit
6c3b308a
authored
7 years ago
by
Adriaan de Groot
Browse files
Options
Downloads
Patches
Plain Diff
Remove libcrashreporter-qt more thoroughly
parent
3246b6cb
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitmodules
+0
-3
0 additions, 3 deletions
.gitmodules
thirdparty/CMakeLists.txt
+0
-11
0 additions, 11 deletions
thirdparty/CMakeLists.txt
thirdparty/libcrashreporter-qt
+0
-1
0 additions, 1 deletion
thirdparty/libcrashreporter-qt
with
0 additions
and
15 deletions
.gitmodules
+
0
−
3
View file @
6c3b308a
[submodule "thirdparty/libcrashreporter-qt"]
path = thirdparty/libcrashreporter-qt
url = https://github.com/dschmidt/libcrashreporter-qt
This diff is collapsed.
Click to expand it.
thirdparty/CMakeLists.txt
deleted
100644 → 0
+
0
−
11
View file @
3246b6cb
if
(
CMAKE_CXX_COMPILER_ID MATCHES
"Clang"
)
# Suppress warnings entirely; not interesting in third-party code
set
(
CMAKE_CXX_FLAGS
"
${
CMAKE_CXX_FLAGS
}
-w"
)
endif
()
if
(
WITH_CRASHREPORTER
)
macro
(
qt_wrap_ui
)
qt5_wrap_ui
(
${
ARGN
}
)
endmacro
()
add_subdirectory
(
libcrashreporter-qt
)
endif
()
This diff is collapsed.
Click to expand it.
libcrashreporter-qt
@
61dc3963
Compare
61dc3963
...
61dc3963
Subproject commit 61dc3963c2b59894e7d3f3bd758c43b59665054a
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment