diff options
| author | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2023-02-27 15:05:50 +0100 |
|---|---|---|
| committer | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2023-03-01 10:17:50 +0100 |
| commit | 88aa63dac828df46ef50f301434f50ceb0fb2dc0 (patch) | |
| tree | 244d12ea67d5bbd390b61a3f5f9206e04c257ac4 /sources/pyside6/tests | |
| parent | 088acf9aec615372b297aab701757318e94b1fb5 (diff) | |
CMakeLists.txt: Add header files
Hoping this will help the Qt Creator code completion.
Change-Id: I0777f5c38e37d560cfc1942b8acd5c76c8d64d25
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
Reviewed-by: Shyamnath Premnadh <Shyamnath.Premnadh@qt.io>
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 |
