Skip to content

Commit

Permalink
Updated CMake files. Fixed generic/messagefilterplugin/CMakeLists.txt…
Browse files Browse the repository at this point in the history
…. Added lost target_link_libraries
  • Loading branch information
Vitozz committed Feb 22, 2018
1 parent e519592 commit 255c639
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions generic/messagefilterplugin/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ add_library(
${RSCS}
)

target_link_libraries(
${PLUGIN}
${QT_DEPLIBS}
)

install(
TARGETS
${PLUGIN}
Expand Down

0 comments on commit 255c639

Please sign in to comment.