Skip to content

Commit

Permalink
Update target in .pro so autolaunch works from edit
Browse files Browse the repository at this point in the history
  • Loading branch information
RussellGarwood committed Oct 17, 2018
1 parent 72b96aa commit afc599c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SPIERSview_linux.pro
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ QT += network xml gui core opengl
#Do not not to display warning messages for use of deprecated C++ functions by VTK.
QMAKE_CXXFLAGS += -Wno-deprecated

TARGET = SPIERSview2
TARGET = SPIERSview64
TEMPLATE = app
RESOURCES = view.qrc
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
Expand Down

0 comments on commit afc599c

Please sign in to comment.