Add X11 support for rendering to Qt windows via native handle

This commit is contained in:
baldurk
2015-07-10 16:38:23 +02:00
parent ae113bffe1
commit 29efd6df2f
2 changed files with 19 additions and 1 deletions
+2
View File
@@ -45,6 +45,8 @@ win32 {
LIBS += -L$$_PRO_FILE_PWD_/../renderdoc -lrenderdoc
QMAKE_LFLAGS += '-Wl,-rpath,\'\$$ORIGIN\''
QT += x11extras
}
SOURCES += main.cpp\