File tree 4 files changed +4
-5
lines changed
4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -18,4 +18,4 @@ set(QLITEHTML_LIBRARY_TYPE STATIC)
18
18
19
19
add_subdirectory (qlitehtml)
20
20
add_subdirectory (QLiteHtmlSip)
21
- # add_subdirectory(QLiteHtmlShiboken)
21
+ add_subdirectory (QLiteHtmlShiboken)
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ if(CMAKE_HOST_UNIX)
38
38
string (REPLACE ";" ":" QtCore_INCLUDE_DIRS
39
39
"${Qt${QT_VERSION_MAJOR} Core_INCLUDE_DIRS}" )
40
40
set (INCLUDE_DIRS
41
- "${CMAKE_CURRENT_SOURCE_DIR} /../qlitehtml/src:${QtCore_INCLUDE_DIRS} :${QtGui_INCLUDE_DIRS} :${QtWidgets_INCLUDE_DIRS} "
41
+ "${CMAKE_CURRENT_SOURCE_DIR} /../qlitehtml/src:${QtCore_INCLUDE_DIRS} :${QtGui_INCLUDE_DIRS} :${QtWidgets_INCLUDE_DIRS} :/lib/gcc/x86_64-linux-gnu/12/include "
42
42
)
43
43
else ()
44
44
set (INCLUDE_DIRS
Original file line number Diff line number Diff line change 1
1
[generator-project]
2
2
generator-set = shiboken
3
- debug-level = full
4
- output-directory = out
3
+ output-directory = ${CMAKE_BINARY_DIR}/${PROJECT_NAME}/build
5
4
header-file = ${CMAKE_CURRENT_SOURCE_DIR}/../qlitehtml/src/qlitehtmlwidget.h
6
5
typesystem-file = typesystem_QLiteHtmlWidget.xml
7
6
include-path = ${INCLUDE_DIRS}
Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" ?>
1
+ <?xml version =" 1.0" encoding = " UTF-8 " ?>
2
2
<typesystem package =" PySide2" >
3
3
<load-typesystem name =" typesystem_widgets.xml" generate =" no" />
4
4
<object-type name =" QLiteHtmlWidget" />
You can’t perform that action at this time.
0 commit comments