We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 707c1c2 commit e1b00dfCopy full SHA for e1b00df
src/CMakeLists.txt
@@ -17,6 +17,7 @@ endif()
17
# explicitly set the source files the same as from
18
# src.pri
19
set(Core_SOURCES
20
+ PythonQt_QtBindings.cpp
21
gui/PythonQtScriptingConsole.cpp
22
PythonQt.cpp
23
PythonQtBoolResult.cpp
@@ -47,6 +48,7 @@ target_sources(${PROJECT_NAME} PRIVATE
47
48
unset(Core_SOURCES)
49
50
set(Core_PUBLIC_HEADER
51
+ PythonQt_QtBindings.h
52
PythonQt.h
53
PythonQtStdDecorators.h
54
PythonQtClassInfo.h
@@ -178,4 +180,4 @@ install(FILES
178
180
install(FILES
179
181
${Core_PUBLIC_HEADER}
182
DESTINATION ${CMAKE_INSTALL_PREFIX}/${PythonQt_INSTALL_INCLUDE_DIR}
-)
183
+)
0 commit comments