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
Education
Minuet
Commits
babeafc6
Commit
babeafc6
authored
Jun 22, 2016
by
Sandro Andrade
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused CMakeLists.txt settings
parent
4e332b82
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
11 deletions
+16
-11
CMakeLists.txt
CMakeLists.txt
+11
-4
src/app/CMakeLists.txt
src/app/CMakeLists.txt
+2
-4
src/plugins/fluidsynthsoundbackend/CMakeLists.txt
src/plugins/fluidsynthsoundbackend/CMakeLists.txt
+1
-0
src/shell/CMakeLists.txt
src/shell/CMakeLists.txt
+2
-3
No files found.
CMakeLists.txt
View file @
babeafc6
...
...
@@ -28,15 +28,22 @@ ecm_setup_version(${KDE_APPLICATIONS_VERSION} VARIABLE_PREFIX MINUET
VERSION_HEADER
"
${
CMAKE_CURRENT_BINARY_DIR
}
/src/app/minuet_version.h"
)
find_package
(
Qt5
${
QT_MIN_VERSION
}
CONFIG REQUIRED COMPONENTS Core Gui Widgets Quick
)
find_package
(
Qt5
${
QT_MIN_VERSION
}
CONFIG REQUIRED COMPONENTS
Core
Widgets
Quick
# Gui
)
find_package
(
KF5
${
KF5_MIN_VERSION
}
REQUIRED COMPONENTS
CoreAddons
I18n
DocTools
XmlGui
I18n
CoreAddons
Completion
WidgetsAddons
KIO
Crash
DocTools
)
find_package
(
PkgConfig REQUIRED
)
...
...
src/app/CMakeLists.txt
View file @
babeafc6
...
...
@@ -5,13 +5,11 @@ set(minuet_SRCS
add_executable
(
minuet
${
minuet_SRCS
}
)
target_link_libraries
(
minuet
Qt5::Core
Qt5::Gui
Qt5::Widgets
KF5::XmlGui
KF5::KIOWidgets
KF5::Crash
KF5::CoreAddons
KF5::I18n
Minuet::Interfaces
Minuet::Shell
)
...
...
src/plugins/fluidsynthsoundbackend/CMakeLists.txt
View file @
babeafc6
...
...
@@ -5,6 +5,7 @@ set(fluidsynthsoundbackend_PLUGIN_SRCS
add_library
(
minuetfluidsynthsoundbackend MODULE
${
fluidsynthsoundbackend_PLUGIN_SRCS
}
)
target_link_libraries
(
minuetfluidsynthsoundbackend
Qt5::Core
Minuet::Interfaces
)
...
...
src/shell/CMakeLists.txt
View file @
babeafc6
...
...
@@ -26,13 +26,12 @@ generate_export_header(minuetshell EXPORT_FILE_NAME minuetshellexport.h)
target_link_libraries
(
minuetshell
Qt5::Core
Qt5::Gui
Qt5::Quick
Qt5::Widgets
Qt5::Quick
KF5::CoreAddons
KF5::Completion
KF5::WidgetsAddons
KF5::KIOWidgets
KF5::Completion
KF5::XmlGui
KF5::I18n
asound
...
...
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