diff options
Diffstat (limited to 'tests/manual/repaint/tableview/tableview.pro')
-rw-r--r-- | tests/manual/repaint/tableview/tableview.pro | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/manual/repaint/tableview/tableview.pro b/tests/manual/repaint/tableview/tableview.pro new file mode 100644 index 0000000..4fccf4a --- /dev/null +++ b/tests/manual/repaint/tableview/tableview.pro @@ -0,0 +1,8 @@ +HEADERS +=../shared/shared.h +TEMPLATE = app +TARGET = +DEPENDPATH += . +INCLUDEPATH += . + +# Input +SOURCES += main.cpp |