diff options
Diffstat (limited to 'tests/auto/qnetworkreply/echo/echo.pro')
-rw-r--r-- | tests/auto/qnetworkreply/echo/echo.pro | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/qnetworkreply/echo/echo.pro b/tests/auto/qnetworkreply/echo/echo.pro new file mode 100644 index 0000000..74b0bfc --- /dev/null +++ b/tests/auto/qnetworkreply/echo/echo.pro @@ -0,0 +1,6 @@ +SOURCES += main.cpp +QT = core +CONFIG -= app_bundle debug_and_release_target +CONFIG += console + +symbian:TARGET.CAPABILITY="ALL -TCB" |