Skip to content

Commit

Permalink
- added c11 to project file
Browse files Browse the repository at this point in the history
Signed-off-by: Max Blaeser <blaeser@ient.rwth-aachen.de>
  • Loading branch information
aachenmax committed Jun 28, 2016
1 parent 1fa58c4 commit 1c2245b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion YUView.pro
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ QT += core gui opengl xml concurrent network

TARGET = YUView
TEMPLATE = app
CONFIG += c++11

SOURCES += source/fileInfoWidget.cpp \
source/fileSource.cpp \
Expand Down Expand Up @@ -94,7 +95,7 @@ RESOURCES += \

INCLUDEPATH += "libde265" \
source

contains(QT_ARCH, x86_32||i386):{
warning("You are building for a 32 bit system. This is untested!")
}
Expand Down

0 comments on commit 1c2245b

Please sign in to comment.