Skip to content
Snippets Groups Projects
Commit 9af5de32 authored by Joseph Mirabel's avatar Joseph Mirabel Committed by Joseph Mirabel
Browse files

Fix compilation with Qt 5

parent 6c574e4d
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,6 @@ MACRO(GEPETTO_GUI_PLUGIN PLUGIN_NAME)
INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR})
INCLUDE(${QT_USE_FILE})
ADD_DEFINITIONS(${QT_DEFINITIONS}
-DQT_PLUGIN
-DQT_NO_DEBUG
......
......@@ -20,6 +20,7 @@
#include <boost/regex.hpp>
#include <QFileDialog>
#include <QProcess>
#include <QTextBrowser>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment