Add QTDECLARATIVE_VERSION macro for qtdeclarative
Provide version info for each library. Task-number: QTMODULARIZATION-44 Reviewed-by: axis
This commit is contained in:
parent
ef177c41a6
commit
14b8b7d3de
|
@ -119,6 +119,8 @@ translations/*.qm
|
|||
translations/*_untranslated.ts
|
||||
qrc_*.cpp
|
||||
|
||||
src/declarative/qtdeclarativeversion.h
|
||||
|
||||
# Test generated files
|
||||
QObject.log
|
||||
tst_*
|
||||
|
|
|
@ -21,6 +21,8 @@ exists("qdeclarative_enable_gcov") {
|
|||
|
||||
include($$QT_SOURCE_TREE/src/qbase.pri)
|
||||
|
||||
HEADERS += qtdeclarativeversion.h
|
||||
|
||||
#INCLUDEPATH -= $$QMAKE_INCDIR_QT/$$TARGET
|
||||
#DESTDIR=.
|
||||
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
%moduleheaders = ( # restrict the module headers to those found in relative path
|
||||
);
|
||||
%classnames = (
|
||||
"qtdeclarativeversion.h" => "QtDeclarativeVersion",
|
||||
);
|
||||
%mastercontent = (
|
||||
"gui" => "#include <QtGui/QtGui>\n",
|
||||
|
|
Loading…
Reference in New Issue