From fc91f7f993f6f383b2a8ef529cd42143798f3bf5 Mon Sep 17 00:00:00 2001 From: Tyler Wilson Date: Thu, 26 Apr 2018 18:06:25 -0700 Subject: [PATCH] Changed the include path for the QtWebApp include files in spiceit.pro --- isis/src/base/apps/spiceit/spiceit.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/isis/src/base/apps/spiceit/spiceit.pro b/isis/src/base/apps/spiceit/spiceit.pro index c6f2195e02..4fc02fd204 100644 --- a/isis/src/base/apps/spiceit/spiceit.pro +++ b/isis/src/base/apps/spiceit/spiceit.pro @@ -33,7 +33,8 @@ win32 { } # Directories, where the *.h files are stored -INCLUDEPATH += $$PWD/QtWebApp +#INCLUDEPATH += $$PWD/QtWebApp +INCLUDEPATH += /usgs/pkgs/local/v007/src/QtWebApp # Directory where the release version of the shared library (*.dll or *.so) is stored, and base name of the file. CONFIG(release, debug|release) { -- GitLab