Add support for IAccessible2 on Windows
[profile/ivi/qtbase.git] / .gitignore
index 5199d72..33387c5 100644 (file)
@@ -32,6 +32,7 @@ pcviewer.cfg
 *.swp
 *.rej
 *.so
+*.so.*
 *.pbxuser
 *.mode1
 *.mode1v3
@@ -51,8 +52,8 @@ Makefile*
 !qmake/Makefile.unix
 *.prl
 *.app
-*.pro.user
-*.qmlproject.user
+*.pro.user*
+*.qmlproject.user*
 *.gcov
 bin/Qt*.dll
 bin/assistant*
@@ -63,6 +64,7 @@ bin/linguist*
 bin/lrelease*
 bin/lupdate*
 bin/lconvert*
+bin/mkv8snapshot*
 bin/moc*
 bin/makeqpf*
 bin/pixeltool*
@@ -98,6 +100,7 @@ mkspecs/qconfig.pri
 moc_*.cpp
 qmake/qmake.exe
 qmake/Makefile.bak
+qmake/qmake_pch.pch
 src/corelib/global/qconfig.cpp
 src/corelib/global/qconfig.h
 src/corelib/global/qconfig.h.qmake
@@ -109,6 +112,8 @@ tests/auto/qmake/testdata/quotedfilenames/*.exe
 tests/auto/compilerwarnings/*.exe
 tests/auto/qmake/testdata/quotedfilenames/test.cpp
 tests/auto/qprocess/fileWriterProcess.txt
+tests/auto/corelib/mimetypes/qmimedatabase/qmimedatabase-cache/mime/
+tests/auto/corelib/mimetypes/qmimedatabase/qmimedatabase-xml/mime/
 .com.apple.timemachine.supported
 tests/auto/qlibrary/libmylib.so*
 tests/auto/qresourceengine/runtime_resource.rcc
@@ -117,15 +122,18 @@ translations/*.qm
 translations/*_untranslated.ts
 qrc_*.cpp
 
+src/concurrent/qtconcurrentversion.h
 src/corelib/qtcoreversion.h
 src/dbus/qtdbusversion.h
 src/gui/qtguiversion.h
 src/network/qtnetworkversion.h
 src/opengl/qtopenglversion.h
-src/openvg/qtopenvgversion.h
 src/sql/qtsqlversion.h
 src/testlib/qttestversion.h
 src/xml/qtxmlversion.h
+src/platformsupport/qtplatformsupportversion.h
+src/printsupport/qtprintsupportversion.h
+src/widgets/qtwidgetsversion.h
 
 # Test generated files
 QObject.log
@@ -214,6 +222,7 @@ doc-build
 .rcc
 .pch
 .metadata
+tmp-debug
 
 # Symbian build system generated files
 # ---------------------
@@ -252,6 +261,8 @@ d_exc_*.stk
 *.d
 
 qtc-debugging-helper
+qtc-qmldump
+qtc-qmldbg
 src/corelib/lib
 src/network/lib
 src/xml/lib/
@@ -272,42 +283,54 @@ work
 #generated module def and version header files
 mkspecs/modules/qt_*.pri
 mkspecs/qmodule.pri
-src/uitools/qtuitoolsversion.h
-tools/uilib/qtdesignerversion.h
 
+#unit tests libs/plugins
+tests/auto/corelib/plugin/qlibrary/libmylib.so2
+tests/auto/corelib/plugin/qlibrary/mylib.dl2
 
-#unit tests executables
-selftests/assert/assert
-selftests/badxml/badxml
-selftests/benchlibcallgrind/benchlibcallgrind
-selftests/benchlibeventcounter/benchlibeventcounter
-selftests/benchliboptions/benchliboptions
-selftests/benchlibtickcounter/benchlibtickcounter
-selftests/benchlibwalltime/benchlibwalltime
-selftests/cmptest/cmptest
-selftests/commandlinedata/commandlinedata
-selftests/crashes/crashes
-selftests/datatable/datatable
-selftests/datetime/datetime
-selftests/differentexec/differentexec
-selftests/exceptionthrow/exceptionthrow
-selftests/expectfail/expectfail
-selftests/failinit/failinit
-selftests/failinitdata/failinitdata
-selftests/fetchbogus/fetchbogus
-selftests/globaldata/globaldata
-selftests/longstring/longstring
-selftests/maxwarnings/maxwarnings
-selftests/multiexec/multiexec
-selftests/qexecstringlist/qexecstringlist
-selftests/singleskip/singleskip
-selftests/skip/skip
-selftests/skipglobal/skipglobal
-selftests/skipinit/skipinit
-selftests/skipinitdata/skipinitdata
-selftests/sleep/sleep
-selftests/strcmp/strcmp
-selftests/subtest/subtest
-selftests/waitwithoutgui/waitwithoutgui
-selftests/warnings/warnings
-selftests/xunit/xunit
+#unit tests executables (other than those named tst_*)
+tests/auto/testlib/selftests/assert/assert
+tests/auto/testlib/selftests/badxml/badxml
+tests/auto/testlib/selftests/benchlibcallgrind/benchlibcallgrind
+tests/auto/testlib/selftests/benchlibeventcounter/benchlibeventcounter
+tests/auto/testlib/selftests/benchliboptions/benchliboptions
+tests/auto/testlib/selftests/benchlibtickcounter/benchlibtickcounter
+tests/auto/testlib/selftests/benchlibwalltime/benchlibwalltime
+tests/auto/testlib/selftests/cmptest/cmptest
+tests/auto/testlib/selftests/commandlinedata/commandlinedata
+tests/auto/testlib/selftests/crashes/crashes
+tests/auto/testlib/selftests/datatable/datatable
+tests/auto/testlib/selftests/datetime/datetime
+tests/auto/testlib/selftests/differentexec/differentexec
+tests/auto/testlib/selftests/exceptionthrow/exceptionthrow
+tests/auto/testlib/selftests/expectfail/expectfail
+tests/auto/testlib/selftests/failinit/failinit
+tests/auto/testlib/selftests/failinitdata/failinitdata
+tests/auto/testlib/selftests/fetchbogus/fetchbogus
+tests/auto/testlib/selftests/float/float
+tests/auto/testlib/selftests/globaldata/globaldata
+tests/auto/testlib/selftests/longstring/longstring
+tests/auto/testlib/selftests/maxwarnings/maxwarnings
+tests/auto/testlib/selftests/multiexec/multiexec
+tests/auto/testlib/selftests/qexecstringlist/qexecstringlist
+tests/auto/testlib/selftests/singleskip/singleskip
+tests/auto/testlib/selftests/skip/skip
+tests/auto/testlib/selftests/skipglobal/skipglobal
+tests/auto/testlib/selftests/skipinit/skipinit
+tests/auto/testlib/selftests/skipinitdata/skipinitdata
+tests/auto/testlib/selftests/sleep/sleep
+tests/auto/testlib/selftests/strcmp/strcmp
+tests/auto/testlib/selftests/subtest/subtest
+tests/auto/testlib/selftests/waitwithoutgui/waitwithoutgui
+tests/auto/testlib/selftests/warnings/warnings
+tests/auto/testlib/selftests/xunit/xunit
+tests/auto/corelib/thread/qthreadstorage/crashOnExit
+tests/auto/corelib/io/qresourceengine/qresourceengine
+tests/auto/corelib/codecs/qtextcodec/echo/echo
+tests/auto/corelib/plugin/quuid/testProcessUniqueness/testProcessUniqueness
+tests/auto/dbus/qdbusabstractadaptor/qmyserver/qmyserver
+tests/auto/dbus/qdbusabstractinterface/qpinger/qpinger
+tests/auto/dbus/qdbusinterface/qmyserver/qmyserver
+tests/auto/gui/kernel/qfileopenevent/qfileopeneventexternal/qfileopeneventexternal
+tests/auto/network/bearer/qnetworksession/lackey/lackey
+tests/auto/widgets/kernel/qapplication/modal/modal