mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 00:10:59 +00:00
qt5: Fix use of zlib
As Qt5 includes zlib as well, we have to use the same naming convention.
This commit is contained in:
parent
900cbcd2ad
commit
ba3332c62d
@ -32,6 +32,10 @@
|
||||
// standard C++ with new header file names and std:: namespace
|
||||
#include <iostream>
|
||||
#include <fstream>
|
||||
#include <QtCore>
|
||||
#if (defined Q_OS_WIN && QT_VERSION >= 0x050000)
|
||||
#define Z_PREFIX 1
|
||||
#endif
|
||||
#include <zlib.h>
|
||||
|
||||
// For LyX
|
||||
|
Loading…
Reference in New Issue
Block a user