From 4388b5608abbde4953cdf2b00f3711614c3db4db Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Wed, 13 Aug 2014 17:27:26 -0700 Subject: CMake: More Qt5WinExtras plumbing. Change-Id: I7474e8373668ba554d3574193fec59daceafe00d Reviewed-on: https://code.wireshark.org/review/3588 Reviewed-by: Gerald Combs --- cmakeconfig.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cmakeconfig.h.in') 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 -- cgit v1.2.3