Skip to content
Snippets Groups Projects
Commit 3cbce338 authored by Brad Barber's avatar Brad Barber
Browse files

Define QHULL_USES_QT for qt-qhull.cpp [renangms]

parent dc609c48
No related branches found
No related tags found
No related merge requests found
...@@ -8,6 +8,10 @@ ...@@ -8,6 +8,10 @@
#include <QList> #include <QList>
#ifndef QHULL_USES_QT
#define QHULL_USES_QT 1
#endif
#include "Coordinates.h" #include "Coordinates.h"
#include "QhullFacetList.h" #include "QhullFacetList.h"
#include "QhullFacetSet.h" #include "QhullFacetSet.h"
...@@ -22,10 +26,6 @@ namespace orgQhull { ...@@ -22,10 +26,6 @@ namespace orgQhull {
#//Conversions #//Conversions
#ifndef QHULL_USES_QT
#error Compile with QHULL_USES_QT defined
#endif
QList<coordT> Coordinates:: QList<coordT> Coordinates::
toQList() const toQList() const
{ {
......
...@@ -13,7 +13,9 @@ ...@@ -13,7 +13,9 @@
#include <QObject> // Qt C++ Framework #include <QObject> // Qt C++ Framework
#include <QtTest/QtTest> #include <QtTest/QtTest>
#ifndef QHULL_USES_QT
#define QHULL_USES_QT 1 #define QHULL_USES_QT 1
#endif
namespace orgQhull { namespace orgQhull {
......
...@@ -21,6 +21,11 @@ To do ...@@ -21,6 +21,11 @@ To do
- Create signed tags for Qhull versions - Create signed tags for Qhull versions
- Add FIXUP for known problems and update wiki - Add FIXUP for known problems and update wiki
- Notes to compgeom on conformant triangulation and Voronoi volume - Notes to compgeom on conformant triangulation and Voronoi volume
- How to set debug or release mode if not using QtCreator
------------
gitorious.org/qhull 2010/03/17
- Define QHULL_USES_QT for qt-qhull.cpp [renangms]
------------ ------------
gitorious.org/qhull 2010/03/14 gitorious.org/qhull 2010/03/14
......
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