summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/qt_headersclean.prf
diff options
context:
space:
mode:
authorSergio Ahumada <sahumada@blackberry.com>2015-02-26 16:42:10 +0100
committerSergio Ahumada <sahumada@texla.cl>2015-02-27 09:27:13 +0000
commite78643dc0a9e276480afa5de98006c4979fb0125 (patch)
treed44fa8932e7bc91e6df6284670604629d752d7d9 /mkspecs/features/qt_headersclean.prf
parenta782369071db1d89448c0b94248d31fa877bcf8c (diff)
Replace old qt-project.org wiki with wiki.qt.io
Change-Id: If6c05a5b1f60e97c64f3d6b64041a84c3af82964 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Diffstat (limited to 'mkspecs/features/qt_headersclean.prf')
-rw-r--r--mkspecs/features/qt_headersclean.prf2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/features/qt_headersclean.prf b/mkspecs/features/qt_headersclean.prf
index 0650adfe5e..aae8d7c707 100644
--- a/mkspecs/features/qt_headersclean.prf
+++ b/mkspecs/features/qt_headersclean.prf
@@ -7,7 +7,7 @@
*-g++*: QMAKE_CXXFLAGS += -W -Wall -Wextra -Werror
-# The flags here come from http://wiki.qt-project.org/Coding_Conventions#Conventions_for_public_header_files
+# The flags here come from http://wiki.qt.io/?title=Coding_Conventions#Conventions_for_public_header_files
# -Wold-style-cast cannot be used, /usr/include/bits/byteswap.h defines the macro bswap_16 using C style casts :(
# -Wfloat-equal cannot be used, qrect.h and qvector2d.h do exact comparisons in isNull and operator==. Would need #pragmas.
*-g++*: QMAKE_CXXFLAGS += -Woverloaded-virtual -Wshadow -Wundef