summaryrefslogtreecommitdiffstats
path: root/examples/declarative/declarative.pro
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@nokia.com>2010-04-01 21:10:46 (GMT)
committerThiago Macieira <thiago.macieira@nokia.com>2010-04-01 21:10:46 (GMT)
commit6b3cd57ffd2646aa41f1509e64f949fc390a961f (patch)
tree85c9aacfb9cf12fa69571c921e716ff692fdd9cc /examples/declarative/declarative.pro
parent8603b43cccccf21ca042ab1ceed2f1ddd873d251 (diff)
parent37e8fd4e09c1221efde3e67e6acd5cfbb35686fd (diff)
downloadQt-6b3cd57ffd2646aa41f1509e64f949fc390a961f.zip
Qt-6b3cd57ffd2646aa41f1509e64f949fc390a961f.tar.gz
Qt-6b3cd57ffd2646aa41f1509e64f949fc390a961f.tar.bz2
Merge remote branch 'origin/4.7' into HEAD
Conflicts: demos/declarative/minehunt/minehunt.pro
Diffstat (limited to 'examples/declarative/declarative.pro')
-rw-r--r--examples/declarative/declarative.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/declarative.pro b/examples/declarative/declarative.pro
index db776b3..98ea6c4 100644
--- a/examples/declarative/declarative.pro
+++ b/examples/declarative/declarative.pro
@@ -6,7 +6,7 @@ SUBDIRS = \
imageprovider \
objectlistmodel \
plugins \
- widgets
+ proxywidgets
# plugins uses a 'Time' class that conflicts with symbian e32std.h also defining a class of the same name
symbian:SUBDIRS -= plugins
tr> -rw-r--r--src/doctokenizer.l54
-rw-r--r--src/dot.cpp191
-rw-r--r--src/dot.h2
-rw-r--r--src/doxygen.cpp107
-rw-r--r--src/doxygen.h5
-rw-r--r--src/entry.h10
-rw-r--r--src/filedef.cpp2
-rw-r--r--src/groupdef.cpp2
-rw-r--r--src/htmldocvisitor.cpp11
-rw-r--r--src/latexdocvisitor.cpp12
-rw-r--r--src/latexgen.cpp1
-rw-r--r--src/mandocvisitor.cpp7
-rw-r--r--src/memberdef.cpp7
-rw-r--r--src/membergroup.cpp5
-rw-r--r--src/membergroup.h11
-rw-r--r--src/message.cpp86
-rw-r--r--src/message.h1
-rw-r--r--src/namespacedef.cpp2
-rw-r--r--src/page.h2
-rw-r--r--src/perlmodgen.cpp3
-rw-r--r--src/printdocvisitor.h1
-rw-r--r--src/rtfdocvisitor.cpp11
-rw-r--r--src/scanner.l58
-rw-r--r--src/translator_it.h23
-rw-r--r--src/util.cpp33
-rw-r--r--src/xmldocvisitor.cpp6
-rw-r--r--src/xmlgen.cpp2
40 files changed, 760 insertions, 414 deletions
diff --git a/INSTALL b/INSTALL
index d76d254..aa3ee01 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,7 +1,7 @@
-DOXYGEN Version 1.3-rc1-20021128
+DOXYGEN Version 1.3-rc1-20021207
Please read the installation section of the manual
(http://www.doxygen.org/install.html) for instructions.
--------
-Dimitri van Heesch (28 November 2002)
+Dimitri van Heesch (07 December 2002)
diff --git a/README b/README
index 107875d..2fefbc8 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-DOXYGEN Version 1.3_rc1_20021128
+DOXYGEN Version 1.3_rc1_20021207
Please read INSTALL for compilation instructions.
@@ -17,4 +17,4 @@ to subscribe to the lists or to visit the archives.
Enjoy,
-Dimitri van Heesch (dimitri@stack.nl) (28 November 2002)
+Dimitri van Heesch (dimitri@stack.nl) (07 December 2002)
diff --git a/VERSION b/VERSION