Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,8 @@ win32 { ...@@ -33,7 +33,8 @@ win32 {
} }
# Directories, where the *.h files are stored # 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. # Directory where the release version of the shared library (*.dll or *.so) is stored, and base name of the file.
CONFIG(release, debug|release) { CONFIG(release, debug|release) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment