1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-07 03:13:49 +00:00

Correct GLideNUI project file to add c++11 support.

This commit is contained in:
Sergey Lipskiy 2015-12-14 20:33:08 +06:00
parent 550999133f
commit e62e665903

View File

@ -11,6 +11,7 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = GLideNUI
TEMPLATE = lib
CONFIG += staticlib
CONFIG += c++11
SOURCES += \
ConfigDialog.cpp \