diff options
author | Kurt Pattyn <pattyn.kurt@gmail.com> | 2013-08-30 13:58:40 +0200 |
---|---|---|
committer | Kurt Pattyn <pattyn.kurt@gmail.com> | 2013-08-30 13:58:40 +0200 |
commit | 1fbffe1e20c20cd455353ff97377014bc3b25cfe (patch) | |
tree | 55fb43680b1c0b995491a04633e6cb8622bed5f2 /tests | |
parent | e6483df15286505df0c04e37cbb5dbdc118278a0 (diff) | |
download | qtwebsockets-1fbffe1e20c20cd455353ff97377014bc3b25cfe.tar.gz |
Added -Wall and -Werror flags when building on mac (is in fact dependent on the compiler that is used; currently don't know how to check that)
Diffstat (limited to 'tests')
-rw-r--r-- | tests/tests.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/tests.pro b/tests/tests.pro index 9fcf123..576f775 100644 --- a/tests/tests.pro +++ b/tests/tests.pro @@ -9,6 +9,8 @@ CONFIG -= app_bundle TEMPLATE = app +QMAKE_CXXFLAGS += -Wall -Werror + include(../src/qwebsockets.pri) # Remove the main.cpp file from the sources. |