diff options
| author | 2022-04-13 15:24:02 +0200 | |
|---|---|---|
| committer | 2022-04-13 15:40:42 +0200 | |
| commit | 44bf6ecfdca6b0499b5ae2cf7b380a3ff310f0e9 (patch) | |
| tree | 7a36c16a5d811f2dddcef123c666e0048ee33477 /irc/CMakeLists.txt | |
| parent | c1dca21057dd81c66bf1e164f401b161c2d883ea (diff) | |
| download | OneRoll-44bf6ecfdca6b0499b5ae2cf7b380a3ff310f0e9.tar.gz OneRoll-44bf6ecfdca6b0499b5ae2cf7b380a3ff310f0e9.zip | |
qt6 ready
Diffstat (limited to 'irc/CMakeLists.txt')
| -rw-r--r-- | irc/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/CMakeLists.txt b/irc/CMakeLists.txt index fc6dc6d..c38c5b6 100644 --- a/irc/CMakeLists.txt +++ b/irc/CMakeLists.txt @@ -33,5 +33,5 @@ link_directories(BEFORE ${CMAKE_BINARY_DIR}) -target_link_libraries(dirc PUBLIC Qt5::Core Qt5::Gui Qt5::Svg Qt5::Widgets Qt5::Network PRIVATE diceparser_shared) +target_link_libraries(dirc PUBLIC Qt6::Core Qt6::Gui Qt6::Svg Qt6::Widgets Qt6::Network PRIVATE diceparser_shared) INSTALL_TARGETS(/bin dirc) |