X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=blobdiff_plain;f=CMakeLists.txt;fp=CMakeLists.txt;h=8c7fad6e72ccee825f8c1342523f593ba1a42dd9;hp=b793c67a3137e7d33f655ad18af9e6db4385b504;hb=25c5224fd78d69d669d4f2722ffd2f512a65834e;hpb=2dc8e8cdaf2e8f767dfd3c0e9e3d107d1f3f4108 diff --git a/CMakeLists.txt b/CMakeLists.txt index b793c67..8c7fad6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -119,7 +119,7 @@ set(plugin_guile_HEADERS src/bindings/Guile.hxx) add_library(guilePlugin MODULE ${plugin_guile_SOURCES} ${plugin_guile_HEADERS_MOC}) -qt5_use_modules(guilePlugin Core) +qt5_use_modules(guilePlugin Core Widgets) target_link_libraries(guilePlugin ${QT_LIBRARIES} ${GUILE_LDFLAGS}) ##################