File tree 4 files changed +10
-5
lines changed
4 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1
1
diff --git a/CMakeLists.txt b/CMakeLists.txt
2
- index 3800146..6200c78 100644
2
+ index 3800146..61a9e60 100644
3
3
--- a/CMakeLists.txt
4
4
+++ b/CMakeLists.txt
5
5
@@ -80,7 +80,7 @@ target_include_directories(${PROJECT_NAME} PRIVATE "include/saucer")
6
6
# --------------------------------------------------------------------------------------------------------
7
7
8
8
string(TOLOWER ${saucer_backend} saucer_backed_lower)
9
9
- configure_file("constants.hpp.in" "${CMAKE_CURRENT_SOURCE_DIR}/include/saucer/constants.hpp")
10
- + configure_file("constants.hpp.in" "${CMAKE_CURRENT_BINARY }/include/saucer/constants.hpp")
10
+ + configure_file("constants.hpp.in" "${CMAKE_BINARY_DIR }/include/saucer/constants.hpp")
11
11
12
12
# --------------------------------------------------------------------------------------------------------
13
13
# Configure Library depending on options
14
14
@@ -91,6 +91,7 @@ include(FetchContent)
15
15
if (saucer_backend STREQUAL "Qt")
16
16
target_sources(${PROJECT_NAME} PRIVATE "src/webview.qt5.cpp" "src/window.qt5.cpp")
17
17
target_sources(${PROJECT_NAME} PRIVATE "src/webview.qt5.impl.hpp" "src/window.qt5.impl.hpp")
18
- + target_sources(${PROJECT_NAME} PRIVATE "${CMAKE_CURRENT_BINARY }/include/saucer/constants.hpp")
18
+ + target_sources(${PROJECT_NAME} PRIVATE "${CMAKE_BINARY_DIR }/include/saucer/constants.hpp")
19
19
20
20
find_package(Qt5 COMPONENTS Widgets WebEngineWidgets WebChannel REQUIRED)
21
21
target_link_libraries(${PROJECT_NAME} PRIVATE Qt5::Widgets Qt5::WebEngineWidgets Qt5::WebChannel)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " saucer" ,
3
3
"version" : " 1.0.1" ,
4
- "port-version" : 1 ,
4
+ "port-version" : 2 ,
5
5
"description" : " Next-gen desktop apps with web-frontend in C++" ,
6
6
"homepage" : " https://saucer.github.io/" ,
7
7
"license" : " MIT" ,
Original file line number Diff line number Diff line change 6558
6558
},
6559
6559
"saucer" : {
6560
6560
"baseline" : " 1.0.1" ,
6561
- "port-version" : 1
6561
+ "port-version" : 2
6562
6562
},
6563
6563
"sbp" : {
6564
6564
"baseline" : " 3.4.10" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"versions" : [
3
+ {
4
+ "git-tree" : " ce7e88eac61c5e370dbf6d5dc7ad56dbdded879d" ,
5
+ "version" : " 1.0.1" ,
6
+ "port-version" : 2
7
+ },
3
8
{
4
9
"git-tree" : " 3738770dd615f4e229cc0bf1e6704d3c0e9e001a" ,
5
10
"version" : " 1.0.1" ,
You can’t perform that action at this time.
0 commit comments