Skip to content
Snippets Groups Projects
Commit bd1ad0e8 authored by Joachim Langenbach's avatar Joachim Langenbach Committed by nicolas.bergont
Browse files

Build is now working with CMake and QMake

parent 5467b506
No related branches found
No related tags found
No related merge requests found
#GraphViz librairie
DEFINES += WITH_CGRAPH
INCLUDEPATH += private
QMAKE_CXXFLAGS += -DQGVCORE_LIB -DQMAKE_MOC
QMAKE_CXXFLAGS += -DQGVCORE_LIB
unix {
CONFIG += link_pkgconfig
......
......@@ -17,9 +17,7 @@ License along with this library.
***************************************************************/
#include "QGVScene.h"
// The following include allows the automoc to detect, that it must moc this class
#ifndef QMAKE_MOC
#include "moc_QGVScene.cpp"
#endif
#include "moc_QGVScene.cpp"
#include <QDebug>
#include <QGVNode.h>
......
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