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 78687fb commit 7e51b05Copy full SHA for 7e51b05
CMakeLists.txt
@@ -35,7 +35,7 @@ message(STATUS "QT_VERSION_MAJOR = ${QT_VERSION_MAJOR}")
35
find_package(Python3 COMPONENTS Development)
36
37
set(PYTHONQT_SUFFIX Qt${QT_VERSION_MAJOR}.${QT_VERSION_MINOR}-Python${Python3_VERSION_MAJOR}.${Python3_VERSION_MINOR})
38
-
+include_directories(src)
39
add_subdirectory(generator)
40
add_subdirectory(src)
41
add_subdirectory(extensions)
0 commit comments