Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Scientific Software
Takin
mag-core
Commits
781672c2
Verified
Commit
781672c2
authored
Oct 14, 2020
by
Tobias WEBER
Browse files
cleanup
parent
48a635db
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/scanbrowser/CMakeLists.txt
View file @
781672c2
...
...
@@ -28,10 +28,7 @@ find_package(Boost REQUIRED COMPONENTS system filesystem iostreams REQUIRED)
add_definitions
(
${
Boost_CXX_FLAGS
}
)
# Qt
find_package
(
Qt5Core REQUIRED
)
find_package
(
Qt5Gui REQUIRED
)
find_package
(
Qt5Widgets REQUIRED
)
find_package
(
Qt5PrintSupport REQUIRED
)
find_package
(
Qt5 REQUIRED COMPONENTS Core Gui Widgets PrintSupport
)
set
(
CMAKE_AUTOMOC ON
)
set
(
CMAKE_AUTOUIC ON
)
...
...
@@ -105,7 +102,7 @@ add_executable(takin_scanbrowser
target_link_libraries
(
takin_scanbrowser
${
Boost_LIBRARIES
}
Qt5::Core Qt5::Gui Qt5::
Widgets
Qt5::
PrintSupport
Core Gui
Widgets PrintSupport
${
QCP_LIBRARIES
}
${
Minuit2_LIBRARIES
}
Threads::Threads OpenMP::OpenMP_CXX
-ldl
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment