Skip to content

Commit

Permalink
Turned log to file back on for SPIERSview
Browse files Browse the repository at this point in the history
  • Loading branch information
alanspencer committed Jun 13, 2020
1 parent 5dc0b4e commit 78cd6d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions SPIERSview/SPIERSview.pro
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ TEMPLATE = app
QT += network xml gui core widgets opengl

# Allow debug in release
#QMAKE_CXXFLAGS_RELEASE += -g
#QMAKE_CFLAGS_RELEASE += -g
#QMAKE_LFLAGS_RELEASE =
QMAKE_CXXFLAGS_RELEASE += -g
QMAKE_CFLAGS_RELEASE += -g
QMAKE_LFLAGS_RELEASE =

CONFIG += qt \
release \
Expand Down
2 changes: 1 addition & 1 deletion SPIERSview/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ void logMessageOutput(QtMsgType type, const QMessageLogContext &context, const Q
{
QByteArray localMsg = msg.toLocal8Bit();
QString txt;
bool logToFile = false;
bool logToFile = true;

switch (type)
{
Expand Down

0 comments on commit 78cd6d9

Please sign in to comment.