Skip to content

Commit

Permalink
Fix build error on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrnr committed Jul 12, 2018
1 parent a1f6504 commit 7cba420
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sigviewer.pro
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ TARGET = sigviewer

VERSION_MAJOR = 0
VERSION_MINOR = 6
VERSION_BUILD = 1
VERSION_BUILD = 2

DEFINES += \
"VERSION_MAJOR=$$VERSION_MAJOR" \
Expand Down
3 changes: 1 addition & 2 deletions src/gui_impl/gui_helper_functions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,10 @@
#include <QInputDialog>
#include <QFileDialog>
#include <QDebug>
#if QT_VERSION >= 0x040600
#include <QPropertyAnimation>
#endif
#include <QSettings>
#include <QMetaObject>
#include <QAction>

namespace sigviewer
{
Expand Down

0 comments on commit 7cba420

Please sign in to comment.