diff options
Diffstat (limited to 'tests/auto/qmainwindow/qmainwindow.pro')
-rw-r--r-- | tests/auto/qmainwindow/qmainwindow.pro | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/qmainwindow/qmainwindow.pro b/tests/auto/qmainwindow/qmainwindow.pro new file mode 100644 index 0000000..43d73ae --- /dev/null +++ b/tests/auto/qmainwindow/qmainwindow.pro @@ -0,0 +1,6 @@ +load(qttest_p4) +SOURCES += tst_qmainwindow.cpp + +# Symbian toolchain does not support correct include semantics +symbian:INCPATH+=..\..\..\include\QtGui\private + |