X-Git-Url: https://vaikene.ee/gitweb/highlight.css?a=blobdiff_plain;f=src%2Fmain%2FGUI%2FCMakeLists.txt;h=8483bb57cb6b03f231e485db8ad785ded3b80e78;hb=e57a5093516025dc800d9da1aad07f55cef8ff42;hp=c9ba20e0b2dcf1dd33e8ebd1dc973a15c3743ee5;hpb=4d81227da330c21c7aa0badc88bd5ad4467067fb;p=evaf diff --git a/src/main/GUI/CMakeLists.txt b/src/main/GUI/CMakeLists.txt index c9ba20e..8483bb5 100644 --- a/src/main/GUI/CMakeLists.txt +++ b/src/main/GUI/CMakeLists.txt @@ -9,7 +9,7 @@ include(${QT_USE_FILE}) include_directories(${eVaf_INCLUDE}) # Required eVaf libraries -set(eVaf_LIBRARIES CommonLib) +set(eVaf_LIBRARIES CommonLib PluginsLib) # Source files set(SRCS @@ -33,9 +33,9 @@ set(MOC_HDRS ) # Resources -set(RCCS - gui.qrc -) +#set(RCCS +# gui.qrc +#) # Version info resource file for Windows builds if(WIN32)