Skip to content

Commit fa671b0

Browse files
committedDec 8, 2018
[Update] Plugin to work with last version of Sielo
1 parent 3d74e09 commit fa671b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ find_package(Qt5WebEngine 5.11.2 REQUIRED)
3131
find_package(Qt5Sql 5.11.2 REQUIRED)
3232
find_package(Qt5WebEngineWidgets 5.11.2 REQUIRED)
3333

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)
3535

3636
add_library(demo-plugin MODULE ${SOURCE_FILES} ${QRC_FILES})
3737

‎user-config.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#-------------------------------------------------------#
1313

1414
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>
1616

1717
#-------------------------------------------------------#
1818
# Windows #

0 commit comments

Comments
 (0)
Please sign in to comment.