diff options
Diffstat (limited to 'sources/pyside6/tests')
| -rw-r--r-- | sources/pyside6/tests/pysidetest/CMakeLists.txt | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/sources/pyside6/tests/pysidetest/CMakeLists.txt b/sources/pyside6/tests/pysidetest/CMakeLists.txt index 6d584831b..797b72c45 100644 --- a/sources/pyside6/tests/pysidetest/CMakeLists.txt +++ b/sources/pyside6/tests/pysidetest/CMakeLists.txt @@ -20,12 +20,14 @@ add_definitions(-DRXX_ALLOCATOR_INIT_0) find_package(Qt6 REQUIRED COMPONENTS Widgets) set(pysidetest_SRC -containertest.cpp -flagstest.cpp -testobject.cpp -testview.cpp -hiddenobject.cpp -sharedpointertestbench.cpp +containertest.cpp containertest.h +flagstest.cpp flagstest.h +hiddenobject.cpp hiddenobject.h +pysidetest_global.h +pysidetest_macros.h +sharedpointertestbench.cpp sharedpointertestbench.h +testobject.cpp testobject.h +testview.cpp testview.h ) set(testbinding_SRC |
