diff options
Diffstat (limited to 'tests/auto/installer/fakestopprocessforupdateoperation/fakestopprocessforupdateoperation.pro')
-rw-r--r-- | tests/auto/installer/fakestopprocessforupdateoperation/fakestopprocessforupdateoperation.pro | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/installer/fakestopprocessforupdateoperation/fakestopprocessforupdateoperation.pro b/tests/auto/installer/fakestopprocessforupdateoperation/fakestopprocessforupdateoperation.pro new file mode 100644 index 000000000..871b668b2 --- /dev/null +++ b/tests/auto/installer/fakestopprocessforupdateoperation/fakestopprocessforupdateoperation.pro @@ -0,0 +1,6 @@ +include(../../qttest.pri) + +QT -= gui +QT += network script + +SOURCES += tst_fakestopprocessforupdateoperation.cpp |