Skip to content

Commit

Permalink
Long live Qt 4.5!
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars Knoll authored and Simon Hausmann committed Mar 23, 2009
0 parents commit e5fcad3
Show file tree
Hide file tree
Showing 30,515 changed files with 7,328,648 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
10 changes: 10 additions & 0 deletions .commit-template
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# ===[ Subject ]==========[ one line, please wrap at 72 characters ]===|

# ---[ Details ]---------[ remember extra blank line after subject ]---|

# ---[ Fields ]-----------------[ uncomment and edit as applicable ]---|

#Task-number:
#Reviewed-by:

# ==================================[ please wrap at 72 characters ]===|
174 changes: 174 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,174 @@
# This file is used to ignore files which are generated in the Qt build system
# ----------------------------------------------------------------------------

examples/*/*/*
!examples/*/*/*[.]*
!examples/*/*/README
examples/*/*/*[.]app
demos/*/*
!demos/*/*[.]*
demos/*/*[.]app
config.tests/*/*/*
!config.tests/*/*/*[.]*
config.tests/*/*/*[.]app

*~
*.a
*.core
*.moc
*.o
*.obj
*.orig
*.swp
*.rej
*.so
*.pbxuser
*.mode1
*.mode1v3
*_pch.h.cpp
*_resource.rc
.#*
*.*#
core
.qmake.cache
.qmake.vars
*.prl
tags
.DS_Store
*.debug
Makefile*
*.prl
*.app
*.pro.user
bin/Qt*.dll
bin/assistant*
bin/designer*
bin/dumpcpp*
bin/idc*
bin/linguist*
bin/lrelease*
bin/lupdate*
bin/lconvert*
bin/moc*
bin/pixeltool*
bin/qmake*
bin/qt3to4*
bin/qtdemo*
bin/rcc*
bin/uic*
bin/patternist*
bin/phonon*
bin/qcollectiongenerator*
bin/qdbus*
bin/qhelpconverter*
bin/qhelpgenerator*
bin/qtconfig*
bin/xmlpatterns*
bin/collectiongenerator
bin/helpconverter
bin/helpgenerator
configure.cache
config.status
mkspecs/default
mkspecs/qconfig.pri
moc_*.cpp
qmake/qmake.exe
qmake/Makefile.bak
src/corelib/global/qconfig.cpp
src/corelib/global/qconfig.h
src/corelib/global/qconfig.h.qmake
src/tools/uic/qclass_lib_map.h
ui_*.h
tests/auto/qprocess/test*/*.exe
tests/auto/qtcpsocket/stressTest/*.exe
tests/auto/qprocess/fileWriterProcess/*.exe
tests/auto/qmake/testdata/quotedfilenames/*.exe
tests/auto/compilerwarnings/*.exe
tests/auto/qmake/testdata/quotedfilenames/test.cpp
tests/auto/qprocess/fileWriterProcess.txt
.com.apple.timemachine.supported
tests/auto/qlibrary/libmylib.so*
tests/auto/qresourceengine/runtime_resource.rcc
tools/qdoc3/qdoc3*
tools/qtestlib/updater/updater*
tools/activeqt/testcon/testcon.tlb
qrc_*.cpp

# xemacs temporary files
*.flc

# Vim temporary files
.*.swp

# Visual Studio generated files
*.ib_pdb_index
*.idb
*.ilk
*.pdb
*.sln
*.suo
*.vcproj
*vcproj.*.*.user
*.ncb

# MinGW generated files
*.Debug
*.Release

# WebKit temp files
src/3rdparty/webkit/WebCore/mocinclude.tmp
src/3rdparty/webkit/includes.txt
src/3rdparty/webkit/includes2.txt

# Symlinks generated by configure
tools/qvfb/qvfbhdr.h
tools/qvfb/qlock_p.h
tools/qvfb/qlock.cpp
tools/qvfb/qwssignalhandler.cpp
tools/qvfb/qwssignalhandler_p.h
.DS_Store
.pch
.rcc
*.app
config.status
config.tests/unix/cups/cups
config.tests/unix/getaddrinfo/getaddrinfo
config.tests/unix/getifaddrs/getifaddrs
config.tests/unix/iconv/iconv
config.tests/unix/ipv6/ipv6
config.tests/unix/ipv6ifname/ipv6ifname
config.tests/unix/largefile/largefile
config.tests/unix/nis/nis
config.tests/unix/odbc/odbc
config.tests/unix/openssl/openssl
config.tests/unix/stl/stl
config.tests/unix/zlib/zlib
config.tests/unix/3dnow/3dnow
config.tests/unix/mmx/mmx
config.tests/unix/sse/sse
config.tests/unix/sse2/sse2



# Directories to ignore
# ---------------------

debug
examples/tools/plugandpaint/plugins
include/*
include/*/*
lib/*
!lib/fonts
!lib/README
plugins/*/*
release
tmp
doc-build
doc/html/*
doc/qch
doc-build
.rcc
.pch
src/corelib/lib
src/network/lib
src/xml/lib/
133 changes: 133 additions & 0 deletions .hgignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,133 @@
# This file is used to ignore files which are generated in the Qt build system
# ----------------------------------------------------------------------------

syntax: glob

*~
*.a
*.core
*.moc
*.o
*.obj
*.orig
*.swp
*.rej
*.so
*.pbxuser
*.mode1
*.mode1v3
*.qch
*.dylib
*_pch.h.cpp
*_resource.rc
.qmake.cache
*.prl
tags
Makefile
Makefile.Debug
Makefile.Release
bin/Qt*.dll
bin/lconvert*
bin/xmlpatterns*
bin/assistant*
bin/designer*
bin/dumpcpp*
bin/idc*
bin/linguist*
bin/lrelease*
bin/lupdate*
bin/moc*
bin/pixeltool*
bin/qmake*
bin/qt3to4*
bin/qtdemo*
bin/rcc*
bin/uic*
bin/qcollectiongenerator
bin/qhelpgenerator
tools/qdoc3/qdoc3*
#configure.cache
mkspecs/default
mkspecs/qconfig.pri
moc_*.cpp
qmake/qmake.exe
qmake/Makefile.bak
src/corelib/global/qconfig.cpp
src/corelib/global/qconfig.h
src/tools/uic/qclass_lib_map.h
ui_*.h
.com.apple.timemachine.supported

# xemacs temporary files
*.flc

# Visual Studio generated files
*.ib_pdb_index
*.idb
*.ilk
*.pdb
*.sln
*.suo
*.vcproj
*vcproj.*.*.user

#
## Symlinks generated by configure
tools/qvfb/qvfbhdr.h
tools/qvfb/qlock_p.h
tools/qvfb/qlock.cpp
tools/qvfb/qwssignalhandler.cpp
tools/qvfb/qwssignalhandler_p.h
.DS_Store
.pch
.rcc
*.app
config.status
config.tests/unix/cups/cups
config.tests/unix/getaddrinfo/getaddrinfo
config.tests/unix/getifaddrs/getifaddrs
config.tests/unix/iconv/iconv
config.tests/unix/ipv6/ipv6
config.tests/unix/ipv6ifname/ipv6ifname
config.tests/unix/largefile/largefile
config.tests/unix/nis/nis
config.tests/unix/odbc/odbc
config.tests/unix/openssl/openssl
config.tests/unix/stl/stl
config.tests/unix/zlib/zlib
config.tests/unix/3dnow/3dnow
config.tests/unix/mmx/mmx
config.tests/unix/sse/sse
config.tests/unix/sse2/sse2
config.tests/unix/psql-escape/psql-escape
config.tests/unix/psql/psql
config.tests/unix/stdint/stdint

# Directories to ignore
# ---------------------

debug
examples/tools/plugandpaint/plugins
include/*
doc/html*
include/*/*
lib/*
plugins/*/*
release
tmp
doc/html/*
doc-build
src/gui/.pch
src/corelib/.pch
src/network/.pch
src/gui/.rcc
src/sql/.rcc
src/xml/.rcc
src/corelib/.rcc
src/network/.rcc
.DS_Store
src/gui/build
src/corelib/global/qconfig.h.qmake
*.perspectivev*
build
src/gui/qtdir.xcconfig
18 changes: 18 additions & 0 deletions FAQ
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
This is a list of Frequently Asked Questions regarding Qt Release 4.5.0.

Q: I'm using a Unix system and I downloaded the Zip package. However, when I try
to run the configure script, I get the following error message:
"bash: ./configure: /bin/sh^M: bad interpreter: No such file or directory"
A: The problem here is converting files from Windows style line endings (CRLF)
to Unix style line endings (LF). To avoid this problem, uncompress the file
again and give the option "-a" to unzip, which will then add the correct line
endings.

Q: I'm running Windows XP and I downloaded the qt-win-eval-4.5.0-vs2008.exe
version of Qt. However, when I try to run the examples I get an error saying:
"The application failed to start because the application configuration is
incorrect. Reinstalling the application may fix this problem.". I reinstalled
the package but the error persists. What am I doing wrong?
A: The problem is an incorrect version of the CRT. Visual studio requires CRT90
while Windows XP comes with CRT80. To solve this problem, please install the
2008 CRT redistributable package from Microsoft.
3 changes: 3 additions & 0 deletions LGPL_EXCEPTION.TXT
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Nokia Qt LGPL Exception version 1.0

As a special exception to the GNU Lesser General Public License version 2.1, the object code form of a "work that uses the Library" may incorporate material from a header file that is part of the Library. You may distribute such object code under terms of your choice, provided that the incorporated material (i) does not exceed more than 5% of the total size of the Library; and (ii) is limited to numerical parameters, data structure layouts, accessors, macros, inline functions and templates.
Loading

0 comments on commit e5fcad3

Please sign in to comment.