Commit fc91f7f9 authored by Tyler Wilson's avatar Tyler Wilson
Browse files

Changed the include path for the QtWebApp include files in spiceit.pro

parent 2e7c422d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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) {