1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 09:42:10 +02:00

Fix some warnings

This commit is contained in:
David Rosca 2015-05-25 10:39:39 +02:00
parent e825f0268b
commit bb995d7984
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ const int bookmarksVersion = 1;
QUPZILLA_EXPORT const char* APPNAME = "QupZilla";
QUPZILLA_EXPORT const char* VERSION = QUPZILLA_VERSION;
QUPZILLA_EXPORT const char* BUILDTIME = __DATE__" "__TIME__;
QUPZILLA_EXPORT const char* BUILDTIME = __DATE__ " " __TIME__;
QUPZILLA_EXPORT const char* AUTHOR = "David Rosca";
QUPZILLA_EXPORT const char* COPYRIGHT = "2010-2014";
QUPZILLA_EXPORT const char* WWWADDRESS = "http://www.qupzilla.com";

View File

@ -1,6 +1,6 @@
include($$PWD/../../src/defines.pri)
QT += webenginewidgets network widgets printsupport sql script gui-private testlib
QT += webenginewidgets network widgets printsupport sql script testlib
TARGET = autotests