Skip to content

Commit

Permalink
cmake files changed to play long with new QtColorWidgets conan package
Browse files Browse the repository at this point in the history
  • Loading branch information
martukas committed Jun 10, 2018
1 parent 838d742 commit c0c88a4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions source/gui/widgets/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ set(BUILD_SHARED_LIBS OFF)
set(BUILD_STATIC_LIBS ON)

add_subdirectory(qplot/source)
add_subdirectory(ColorWidgets)

add_library(
${this_target} STATIC
Expand All @@ -33,7 +32,7 @@ target_link_libraries(
${PROJECT_NAME}_core
${Boost_LIBRARIES}
qplot
QtColorWidgets
QtColorWidgets-Qt52
Qt5::Widgets
Qt5::PrintSupport
)

0 comments on commit c0c88a4

Please sign in to comment.