From 25799bcdf5034faccc4e9e96c42b19f7fe555aef Mon Sep 17 00:00:00 2001 From: Brad Barber <bradb@shore.net> Date: Mon, 11 Jan 2010 20:02:44 -0500 Subject: [PATCH] Fix qt-qhull.cpp path --- project/qhulltest/qhulltest.pro | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/project/qhulltest/qhulltest.pro b/project/qhulltest/qhulltest.pro index 447c489..af1f98c 100644 --- a/project/qhulltest/qhulltest.pro +++ b/project/qhulltest/qhulltest.pro @@ -24,8 +24,8 @@ RCC_DIR = ../../tmp/rcc INCLUDEPATH = ../../cpp;../../cpp/road;../../tmp PRECOMPILED_HEADER = cpp/road/RoadTest.h -# MAKEFILE = Makefile.qhulltest -- does not work (it's ignored) VPATH = ../.. +SOURCES += cpp/qt-qhull.cpp SOURCES += cpp/road/RoadTest.cpp SOURCES += cpp/qhulltest/Coordinates_test.cpp SOURCES += cpp/qhulltest/PointCoordinates_test.cpp @@ -42,7 +42,6 @@ SOURCES += cpp/qhulltest/QhullRidge_test.cpp SOURCES += cpp/qhulltest/QhullSet_test.cpp SOURCES += cpp/qhulltest/qhulltest.cpp SOURCES += cpp/qhulltest/QhullVertex_test.cpp -SOURCES += cpp/qhulltest/qt-qhull.cpp SOURCES += cpp/qhulltest/UsingLibQhull_test.cpp SOURCES += cpp/qhulltest/RboxPoints_test.cpp HEADERS += cpp/Coordinates.h -- GitLab