Skip to content

Commit

Permalink
qtdialog: Fix compilation
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Ribelotta <[email protected]>
  • Loading branch information
martinribelotta committed Jan 31, 2018
1 parent 4f3eb06 commit 26008c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion qtdialog/main.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include <QApplication>
#include <QGuiApplication>
#include <QCommandLineParser>
#include <QtWidgets>

Expand Down
2 changes: 1 addition & 1 deletion qtdialog/qtdialog.pro
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
#-------------------------------------------------
DESTDIR = ../build
QT += core gui
QT += core gui widgets
TARGET = qtdialog
TEMPLATE = app
INSTALLS += target
Expand Down

0 comments on commit 26008c8

Please sign in to comment.