Skip to content

Commit

Permalink
Update SMBXLauncher.pro
Browse files Browse the repository at this point in the history
On Linux, disable the recent annoying deprecated warning that appears from the side of Qt 5.12
  • Loading branch information
Wohlstand committed Jan 12, 2021
1 parent 19c93cd commit f7cc67b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions LunadllNewLauncher/SMBXLauncher/SMBXLauncher.pro
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ CONFIG += c++11
DEFINES += PGE_FILES_QT BUILDING_SMBXLAUNCHER
DEFINES -= QT_NO_DEBUG_OUTPUT QT_NO_WARNING_OUTPUT QT_NO_INFO_OUTPUT

linux: QMAKE_CXXFLAGS += -Wno-deprecated-copy

TARGET = SMBXLauncher
TEMPLATE = app
win32: LIBS += User32.lib -L$$PWD/../../LunaDll/libs/sdl/lib/ -lSDL2 -lSDL2main
Expand Down

0 comments on commit f7cc67b

Please sign in to comment.