mirror of
https://github.com/lubosz/overte.git
synced 2025-04-09 08:22:30 +02: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