Fix rpcs3qt Linux build
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
QT += gui opengl quick
|
||||
CONFIG += c++11
|
||||
|
||||
TARGET = rpcs3-qt
|
||||
|
||||
# Qt UI
|
||||
SOURCES += $$P/rpcs3qt/*.cpp
|
||||
HEADERS += $$P/rpcs3qt/*.h
|
||||
@@ -19,4 +21,4 @@ OTHER_FILES += $$P/rpcs3qt/qml/*
|
||||
RESOURCES += $$P/rpcs3qt/qml.qrc
|
||||
|
||||
# This line is needed for Qt 5.5 or higher
|
||||
LIBS += opengl32.lib
|
||||
win32:LIBS += opengl32.lib
|
||||
|
||||
Reference in New Issue
Block a user