From 77faaf1757c2054adf6a13ff1025621bb86a3934 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Mon, 22 May 2017 16:44:51 +0200 Subject: move everying into sources/pyside2 (dev edition) in preparation for a subtree merge. this should not be necessary to do in a separate commit, but git is a tad stupid about following history correctly without it. --- sources/pyside2/tests/QtWinExtras/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 sources/pyside2/tests/QtWinExtras/CMakeLists.txt (limited to 'sources/pyside2/tests/QtWinExtras/CMakeLists.txt') diff --git a/sources/pyside2/tests/QtWinExtras/CMakeLists.txt b/sources/pyside2/tests/QtWinExtras/CMakeLists.txt new file mode 100644 index 000000000..79c5c83a9 --- /dev/null +++ b/sources/pyside2/tests/QtWinExtras/CMakeLists.txt @@ -0,0 +1 @@ +PYSIDE_TEST(this_module_loads_test.py) -- cgit v1.2.3