summaryrefslogtreecommitdiffstats
path: root/mkspecs/freebsd-g++/qplatformdefs.h
diff options
context:
space:
mode:
authorRalf Nolden <nolden@kde.org>2016-06-09 11:33:51 +0200
committerRalf Nolden <nolden@kde.org>2016-06-11 20:17:38 +0000
commit927f26c3512bbf5e17701eba6fd1de5bc7c0effa (patch)
treecc799193bde3cdc379b901a087f59cf44a917156 /mkspecs/freebsd-g++/qplatformdefs.h
parentb465fe759695bb7e1de693c3d4d20acfd2c49779 (diff)
BSD mkspec cleanup for FreeBSD, NetBSD and OpenBSD to common namespace
BSD OS mkspecs share mainly the same configurations except very few differences. Merge into a common/bsd/bsd.conf file to be used across all BSD OSes in their respective qmake.conf and add a qplatformdefs.h that contain the common defines to be re-used in the BSD mkspecs. The change includes the usage of <sys/param.h> also on NetBSD through the common qplatformdefs.h, which is intended for using NetBSD's version defines. Change-Id: Ibb0ac9e4c8bb5aff7d0febdcab1a4b9600a61117 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'mkspecs/freebsd-g++/qplatformdefs.h')
-rw-r--r--mkspecs/freebsd-g++/qplatformdefs.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/mkspecs/freebsd-g++/qplatformdefs.h b/mkspecs/freebsd-g++/qplatformdefs.h
index aa51e08990..f70b9c0fa3 100644
--- a/mkspecs/freebsd-g++/qplatformdefs.h
+++ b/mkspecs/freebsd-g++/qplatformdefs.h
@@ -31,4 +31,9 @@
**
****************************************************************************/
-#include "../freebsd-clang/qplatformdefs.h"
+#ifndef QPLATFORMDEFS_H
+#define QPLATFORMDEFS_H
+
+#include "../common/bsd/qplatformdefs.h"
+
+#endif // QPLATFORMDEFS_H