Skip to content

Commit

Permalink
Merge pull request #1 from mflehmig/animation2
Browse files Browse the repository at this point in the history
fixLinuxBuild
  • Loading branch information
vwaurich committed Sep 22, 2016
2 parents f4df9cc + 3a786a3 commit 78f34ea
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion OMEdit/OMEditGUI/Animation/VisualizerMAT.cpp
Expand Up @@ -32,7 +32,7 @@
* @author Volker Waurich <volker.waurich@tu-dresden.de>
*/

#include "VisualizerMat.h"
#include "VisualizerMAT.h"

VisualizerMAT::VisualizerMAT(const std::string& modelFile, const std::string& path)
: VisualizerAbstract(modelFile, path, VisType::MAT),
Expand Down
2 changes: 2 additions & 0 deletions OMEdit/OMEditGUI/MainWindow.h
Expand Up @@ -35,6 +35,8 @@
#ifndef MAINWINDOW_H
#define MAINWINDOW_H

#undef smooth

#include <QtGlobal>
#if (QT_VERSION >= QT_VERSION_CHECK(5, 0, 0))
#include <QtWidgets>
Expand Down
1 change: 1 addition & 0 deletions OMEdit/OMEditGUI/OMEditGUI.pro
Expand Up @@ -105,6 +105,7 @@ win32 {
CONFIG(release, debug|release) {
QMAKE_LFLAGS_RELEASE += -rdynamic
}
LIBS += -losgDB -losgViewer -losgUtil -losgGA -losgQt -losg -lOpenThreads
}

SOURCES += main.cpp \
Expand Down

0 comments on commit 78f34ea

Please sign in to comment.