Skip to content

Commit 7e51b05

Browse files
committed
ENH: Add src to default include directories for PythonQt.h
1 parent 78687fb commit 7e51b05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ message(STATUS "QT_VERSION_MAJOR = ${QT_VERSION_MAJOR}")
3535
find_package(Python3 COMPONENTS Development)
3636

3737
set(PYTHONQT_SUFFIX Qt${QT_VERSION_MAJOR}.${QT_VERSION_MINOR}-Python${Python3_VERSION_MAJOR}.${Python3_VERSION_MINOR})
38-
38+
include_directories(src)
3939
add_subdirectory(generator)
4040
add_subdirectory(src)
4141
add_subdirectory(extensions)

0 commit comments

Comments
 (0)