aboutsummaryrefslogtreecommitdiffstats
path: root/cmakeconfig.h.in
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2014-08-13 17:27:26 -0700
committerGerald Combs <gerald@wireshark.org>2014-08-14 00:49:51 +0000
commit4388b5608abbde4953cdf2b00f3711614c3db4db (patch)
tree791e078a696c7ebbc94aa5be0c73d460cbbedb5f /cmakeconfig.h.in
parente99bbef4053213d680fcd2bfa27b3f085c108612 (diff)
CMake: More Qt5WinExtras plumbing.
Change-Id: I7474e8373668ba554d3574193fec59daceafe00d Reviewed-on: https://code.wireshark.org/review/3588 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'cmakeconfig.h.in')
-rw-r--r--cmakeconfig.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmakeconfig.h.in b/cmakeconfig.h.in
index a3784271ca..6c4df84143 100644
--- a/cmakeconfig.h.in
+++ b/cmakeconfig.h.in
@@ -350,6 +350,9 @@
/* Define if we have QtMacExtras */
#cmakedefine QT_MACEXTRAS_LIB 1
+/* Define if we have QtWinExtras */
+/* #cmakedefine QT_WINEXTRAS_LIB 1 */
+
/* Define to 1 if your processor stores words with the most significant byte
first (like Motorola and SPARC, unlike Intel and VAX). */
#cmakedefine WORDS_BIGENDIAN 1