forked from wang-bin/QtAV
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
45 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,6 +20,13 @@ | |
******************************************************************************/ | ||
|
||
#include "QtAV/QtAV_Global.h" | ||
// TODO: move to an internal header | ||
#if QT_VERSION < QT_VERSION_CHECK(5, 0, 0) || defined(QT_WIDGETS_LIB) | ||
#ifndef QTAV_HAVE_WIDGETS | ||
#define QTAV_HAVE_WIDGETS 1 | ||
#endif //QTAV_HAVE_WIDGETS | ||
#endif | ||
|
||
#include <QtCore/QObject> | ||
#include <QtCore/QRegExp> | ||
#if QTAV_HAVE(WIDGETS) | ||
|
@@ -43,6 +50,8 @@ QString QtAV_Version_String() | |
return QTAV_VERSION_STR; | ||
} | ||
|
||
#define QTAV_VERSION_STR_LONG QTAV_VERSION_STR "(" __DATE__ ", " __TIME__ ")" | ||
|
||
QString QtAV_Version_String_Long() | ||
{ | ||
return QTAV_VERSION_STR_LONG; | ||
|
@@ -178,7 +187,7 @@ QString aboutQtAV_HTML() | |
"<p>" + QObject::tr("A media playing library base on Qt and FFmpeg.\n") + "</p>" | ||
"<p>" + QObject::tr("Distributed under the terms of LGPLv2.1 or later.\n") + "</p>" | ||
"<p>Copyright (C) 2012-2014 Wang Bin (aka. Lucas Wang) <a href='mailto:[email protected]'>[email protected]</a></p>\n" | ||
"<p>" + QObject::tr("Shanghai University->S3 Graphics, Shanghai, China") + "</p>\n" | ||
"<p>" + QObject::tr("Shanghai University->S3 Graphics->Deepin, Shanghai, China") + "</p>\n" | ||
"<p>" + QObject::tr("Donate") + ": <a href='http://wang-bin.github.io/QtAV#donate'>http://wang-bin.github.io/QtAV#donate</a></p>\n" | ||
"<p>" + QObject::tr("Source") + ": <a href='https://github.com/wang-bin/QtAV'>https://github.com/wang-bin/QtAV</a></p>\n" | ||
"<p>" + QObject::tr("Web Site") + ": <a href='http://wang-bin.github.io/QtAV'>http://wang-bin.github.io/QtAV</a></p>"; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters