Fix rpcs3qt Linux build

This commit is contained in:
Yukarin 2017-02-03 19:34:21 +03:00 committed by Ivan
parent 3762f1e50d
commit fa6fd5980e

View file

@ -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