mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
TestCryptographicRandom: add QT_NO_OPENGL to fix 'make check' for win32-msvc builds.
This commit is contained in:
parent
a58d708f1e
commit
fc878e04bf
@ -12,6 +12,14 @@ CONFIG += testcase
|
||||
CONFIG += qt warn_on
|
||||
CONFIG -= app_bundle
|
||||
LANGUAGE = C++
|
||||
|
||||
# We build this test with 'gui' in QT,
|
||||
# but we include the QtGui headers from
|
||||
# murmur_pch.h. Define QT_NO_OPENGL to
|
||||
# avoid build errors about a missing GLES/gles2.h
|
||||
# header.
|
||||
DEFINES += QT_NO_OPENGL
|
||||
|
||||
TARGET = TestCryptographicRandom
|
||||
SOURCES = TestCryptographicRandom.cpp CryptographicRandom.cpp arc4random_uniform.cpp
|
||||
HEADERS = CryptographicHash.h
|
||||
|
||||
Loading…
Reference in New Issue
Block a user