diff options
Diffstat (limited to 'tests/auto/qprocess/fileWriterProcess/fileWriterProcess.pro')
-rw-r--r-- | tests/auto/qprocess/fileWriterProcess/fileWriterProcess.pro | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/auto/qprocess/fileWriterProcess/fileWriterProcess.pro b/tests/auto/qprocess/fileWriterProcess/fileWriterProcess.pro new file mode 100644 index 0000000..c9f87ba --- /dev/null +++ b/tests/auto/qprocess/fileWriterProcess/fileWriterProcess.pro @@ -0,0 +1,10 @@ +SOURCES = main.cpp +CONFIG += console +CONFIG -= app_bundle +QT = core +DESTDIR = ./ + +# no install rule for application used by test +INSTALLS = + + |