Skip to content

Commit

Permalink
Add QTDECLARATIVE_VERSION macro for qtdeclarative
Browse files Browse the repository at this point in the history
Provide version info for each library.

Task-number: QTMODULARIZATION-44
Reviewed-by: axis
  • Loading branch information
Liang Qi committed May 11, 2011
1 parent ef177c4 commit 14b8b7d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -119,6 +119,8 @@ translations/*.qm
translations/*_untranslated.ts
qrc_*.cpp

src/declarative/qtdeclarativeversion.h

# Test generated files
QObject.log
tst_*
Expand Down
2 changes: 2 additions & 0 deletions src/declarative/declarative.pro
Expand Up @@ -21,6 +21,8 @@ exists("qdeclarative_enable_gcov") {

include($$QT_SOURCE_TREE/src/qbase.pri)

HEADERS += qtdeclarativeversion.h

#INCLUDEPATH -= $$QMAKE_INCDIR_QT/$$TARGET
#DESTDIR=.

Expand Down
1 change: 1 addition & 0 deletions sync.profile
Expand Up @@ -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",
Expand Down

0 comments on commit 14b8b7d

Please sign in to comment.