Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qtdeclarative-staging
* 'master' of git://scm.dev.nokia.troll.no/qt/qtdeclarative-staging: Add QTDECLARATIVE_VERSION macro for qtdeclarative
This commit is contained in:
commit
da66235392
|
@ -119,6 +119,8 @@ translations/*.qm
|
||||||
translations/*_untranslated.ts
|
translations/*_untranslated.ts
|
||||||
qrc_*.cpp
|
qrc_*.cpp
|
||||||
|
|
||||||
|
src/declarative/qtdeclarativeversion.h
|
||||||
|
|
||||||
# Test generated files
|
# Test generated files
|
||||||
QObject.log
|
QObject.log
|
||||||
tst_*
|
tst_*
|
||||||
|
|
|
@ -21,6 +21,8 @@ exists("qdeclarative_enable_gcov") {
|
||||||
|
|
||||||
include($$QT_SOURCE_TREE/src/qbase.pri)
|
include($$QT_SOURCE_TREE/src/qbase.pri)
|
||||||
|
|
||||||
|
HEADERS += qtdeclarativeversion.h
|
||||||
|
|
||||||
#INCLUDEPATH -= $$QMAKE_INCDIR_QT/$$TARGET
|
#INCLUDEPATH -= $$QMAKE_INCDIR_QT/$$TARGET
|
||||||
#DESTDIR=.
|
#DESTDIR=.
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
%moduleheaders = ( # restrict the module headers to those found in relative path
|
%moduleheaders = ( # restrict the module headers to those found in relative path
|
||||||
);
|
);
|
||||||
%classnames = (
|
%classnames = (
|
||||||
|
"qtdeclarativeversion.h" => "QtDeclarativeVersion",
|
||||||
);
|
);
|
||||||
%mastercontent = (
|
%mastercontent = (
|
||||||
"gui" => "#include <QtGui/QtGui>\n",
|
"gui" => "#include <QtGui/QtGui>\n",
|
||||||
|
|
Loading…
Reference in New Issue