Skip to content

Commit

Permalink
deploying change
Browse files Browse the repository at this point in the history
changement du qmake pour le deploying
  • Loading branch information
dridk committed Oct 7, 2013
1 parent 3388251 commit c77be14
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
1 change: 0 additions & 1 deletion gui/common/aboutdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ AboutDialog::AboutDialog(QWidget *parent) :
mAboutHeader= new AboutHeader;
mContributorTextEdit = new QTextBrowser;
mLicenceTextEdit = new QTextBrowser;
mView = new QWebView;
QVBoxLayout * layout = new QVBoxLayout;
layout->setContentsMargins(0,0,0,0);

Expand Down
2 changes: 0 additions & 2 deletions gui/common/aboutdialog.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

#include <QDialog>
#include <QtWidgets>
#include <QWebView>
#include "aboutheader.h"
class AboutDialog : public QDialog
{
Expand All @@ -21,7 +20,6 @@ class AboutDialog : public QDialog
AboutHeader * mAboutHeader;
QTextBrowser * mContributorTextEdit;
QTextBrowser * mLicenceTextEdit;
QWebView * mView;
QList<Qt::Key> mKonamiCodes;
int mKonamiValid;

Expand Down
5 changes: 1 addition & 4 deletions mafreebox.pro
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@
#
#-------------------------------------------------

QT += core gui network
QT += webkitwidgets

greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
QT = core gui network widgets

TARGET = freebox-desktop
TEMPLATE = app
Expand Down

0 comments on commit c77be14

Please sign in to comment.