Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Q
qgv
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gepetto
qgv
Commits
bd1ad0e8
Commit
bd1ad0e8
authored
10 years ago
by
Joachim Langenbach
Committed by
nicolas.bergont
10 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Build is now working with CMake and QMake
parent
5467b506
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
QGVCore/GraphViz.pri
+1
-1
1 addition, 1 deletion
QGVCore/GraphViz.pri
QGVCore/QGVScene.cpp
+1
-3
1 addition, 3 deletions
QGVCore/QGVScene.cpp
with
2 additions
and
4 deletions
QGVCore/GraphViz.pri
+
1
−
1
View file @
bd1ad0e8
#GraphViz librairie
DEFINES += WITH_CGRAPH
INCLUDEPATH += private
QMAKE_CXXFLAGS += -DQGVCORE_LIB
-DQMAKE_MOC
QMAKE_CXXFLAGS += -DQGVCORE_LIB
unix {
CONFIG += link_pkgconfig
...
...
This diff is collapsed.
Click to expand it.
QGVCore/QGVScene.cpp
+
1
−
3
View file @
bd1ad0e8
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment