mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01:00
Fix some warnings
This commit is contained in:
parent
e825f0268b
commit
bb995d7984
|
@ -25,7 +25,7 @@ const int bookmarksVersion = 1;
|
||||||
|
|
||||||
QUPZILLA_EXPORT const char* APPNAME = "QupZilla";
|
QUPZILLA_EXPORT const char* APPNAME = "QupZilla";
|
||||||
QUPZILLA_EXPORT const char* VERSION = QUPZILLA_VERSION;
|
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* AUTHOR = "David Rosca";
|
||||||
QUPZILLA_EXPORT const char* COPYRIGHT = "2010-2014";
|
QUPZILLA_EXPORT const char* COPYRIGHT = "2010-2014";
|
||||||
QUPZILLA_EXPORT const char* WWWADDRESS = "http://www.qupzilla.com";
|
QUPZILLA_EXPORT const char* WWWADDRESS = "http://www.qupzilla.com";
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
include($$PWD/../../src/defines.pri)
|
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
|
TARGET = autotests
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user