mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-21 03:55:32 +00:00
Fix rpcs3qt Linux build
This commit is contained in:
parent
3762f1e50d
commit
fa6fd5980e
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue