Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
Ark
Commits
6f4e8c83
Commit
6f4e8c83
authored
Feb 02, 2021
by
Laurent Montel
😁
Browse files
Use autorcc directly
parent
5c86cccc
Changes
2
Hide whitespace changes
Inline
Side-by-side
app/CMakeLists.txt
View file @
6f4e8c83
...
...
@@ -7,10 +7,9 @@ set(ark_SRCS
batchextract.cpp
main.cpp
mainwindow.cpp
ark.qrc
)
qt5_add_resources
(
ark_SRCS ark.qrc
)
ecm_qt_declare_logging_category
(
ark_SRCS
HEADER ark_debug.h
IDENTIFIER ARK
...
...
part/CMakeLists.txt
View file @
6f4e8c83
...
...
@@ -8,10 +8,9 @@ set(arkpart_PART_SRCS
archiveview.cpp
jobtracker.cpp
overwritedialog.cpp
arkpart.qrc
)
qt5_add_resources
(
arkpart_PART_SRCS arkpart.qrc
)
ecm_qt_declare_logging_category
(
arkpart_PART_SRCS
HEADER ark_debug.h
IDENTIFIER ARK
...
...
Write
Preview
Supports
Markdown
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