File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ find_package(Qt5WebEngine 5.11.2 REQUIRED)
31
31
find_package (Qt5Sql 5.11.2 REQUIRED)
32
32
find_package (Qt5WebEngineWidgets 5.11.2 REQUIRED)
33
33
34
- set (SIELO_LIBS Core Qt5::Widgets Qt5::WebEngine Qt5::Sql Qt5::WebEngineWidgets)
34
+ set (SIELO_LIBS SieloCore Qt5::Widgets Qt5::WebEngine Qt5::Sql Qt5::WebEngineWidgets)
35
35
36
36
add_library (demo-plugin MODULE ${SOURCE_FILES} ${QRC_FILES} )
37
37
Original file line number Diff line number Diff line change 12
12
#-------------------------------------------------------#
13
13
14
14
set (SIELO_DIR C:/Users/victo/Documents/Cpp/CLion/sielo-browser) # <Set Path to Sielo>
15
- set (SIELO_LIBS_DIR C:/Users/victo/Documents/Cpp/CLion/sielo-browser/vs2017/lib/Debug /) # <Set Path where Sielo libs are built>
15
+ set (SIELO_LIBS_DIR C:/Users/victo/Documents/Cpp/CLion/sielo-browser/vs2017/lib/Release /) # <Set Path where Sielo libs are built>
16
16
17
17
#-------------------------------------------------------#
18
18
# Windows #
You can’t perform that action at this time.
0 commit comments