From d55501331ccd53a8defceb52c5d6321a3af51a21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20M=C3=B6ller?= Date: Fri, 27 Jun 2014 12:18:12 +0000 Subject: [PATCH] - add dllexport and fix some linker error for windows - add includes - fix gl function names (from no_ext to arb extension) - rearrange includes, so that glew.h is included before gl.h (through qt5.0) is included - add some missing file properties git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@19018 383ad7c9-94d9-4d36-a494-682f7c89f535 --- RemesherPlugin.hh | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/RemesherPlugin.hh b/RemesherPlugin.hh index 5b579ef..9a4075b 100644 --- a/RemesherPlugin.hh +++ b/RemesherPlugin.hh @@ -43,12 +43,6 @@ #ifndef ADVANCEDREMESHERPLUGIN_HH #define ADVANCEDREMESHERPLUGIN_HH -#if QT_VERSION >= 0x050000 - #include -#else - #include -#endif - #include #include #include @@ -63,6 +57,8 @@ #include "RemesherToolbox.hh" #include "ProgressEmitter.hh" + + class RemesherPlugin : public QObject, BaseInterface, BackupInterface, ToolboxInterface, LoggingInterface, RPCInterface, ProcessInterface, ScriptInterface { Q_OBJECT -- GitLab