mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Tested on Mac.
This commit is contained in:
parent
3060835029
commit
0ace57b396
1 changed files with 6 additions and 0 deletions
|
@ -11,8 +11,14 @@
|
|||
|
||||
#include <vector>
|
||||
|
||||
#ifdef Q_OS_WIN
|
||||
#include <dxgi1_3.h>
|
||||
#pragma comment(lib, "dxgi.lib")
|
||||
#elif defined Q_OS_MAC
|
||||
#include <OpenGL/OpenGL.h>
|
||||
#include <sstream>
|
||||
#include <QStringList>
|
||||
#endif
|
||||
|
||||
QString Platform::getGraphicsCardType() {
|
||||
#ifdef Q_OS_WIN
|
||||
|
|
Loading…
Reference in a new issue