Skip to content

Commit

Permalink
Updated .pro so compiles on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
RussellGarwood committed Oct 19, 2018
1 parent aaae30a commit 3626c06
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions SPIERSview_linux.pro
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ SOURCES += src/main.cpp \
src/vaxmlgroup.cpp \
src/vaxmlobject.cpp \
src/isosurface.cpp \
src/scalarfieldlayer.cpp
src/scalarfieldlayer.cpp \
src/fullscreenwindow.cpp

HEADERS += src/mainwindow.h \
src/darkstyletheme.h \
Expand All @@ -63,7 +64,8 @@ HEADERS += src/mainwindow.h \
src/vaxmlgroup.h \
src/vaxmlobject.h \
src/isosurface.h \
src/scalarfieldlayer.h
src/scalarfieldlayer.h \
src/fullscreenwindow.h

FORMS += ui/mainwindow.ui \
ui/movetogroup.ui \
Expand Down

0 comments on commit 3626c06

Please sign in to comment.