mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-08-10 18:19:06 +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
|
QT += gui opengl quick
|
||||||
CONFIG += c++11
|
CONFIG += c++11
|
||||||
|
|
||||||
|
TARGET = rpcs3-qt
|
||||||
|
|
||||||
# Qt UI
|
# Qt UI
|
||||||
SOURCES += $$P/rpcs3qt/*.cpp
|
SOURCES += $$P/rpcs3qt/*.cpp
|
||||||
HEADERS += $$P/rpcs3qt/*.h
|
HEADERS += $$P/rpcs3qt/*.h
|
||||||
|
@ -19,4 +21,4 @@ OTHER_FILES += $$P/rpcs3qt/qml/*
|
||||||
RESOURCES += $$P/rpcs3qt/qml.qrc
|
RESOURCES += $$P/rpcs3qt/qml.qrc
|
||||||
|
|
||||||
# This line is needed for Qt 5.5 or higher
|
# This line is needed for Qt 5.5 or higher
|
||||||
LIBS += opengl32.lib
|
win32:LIBS += opengl32.lib
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue