fixed msvc build issues

This commit is contained in:
itsmattkc
2019-04-17 09:21:40 +10:00
parent 659502fd9e
commit 310ca7c2a0
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -218,4 +218,5 @@ bool NodeShader::IsCreatable()
NodePtr NodeShader::Create(Clip *)
{
Q_ASSERT(false);
return nullptr;
}
+1 -1
View File
@@ -48,7 +48,7 @@ system("which git") {
CONFIG += c++11
QMAKE_CXXFLAGS += -Wno-reorder
gcc:QMAKE_CXXFLAGS += -Wno-reorder
SOURCES += \
main.cpp \