summaryrefslogtreecommitdiffstats
path: root/qmake
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@nokia.com>2009-08-17 20:41:38 +0200
committerVolker Hilsheimer <volker.hilsheimer@nokia.com>2009-08-17 20:42:03 +0200
commit843d2eed0ac10589a01d40bfdf88cb44c6a00b17 (patch)
tree2a2a08440e99565926e01b66c00a9a6ad5eb96f8 /qmake
parentf330818d5e9dda6af7407f08935e1d66c9b04d12 (diff)
Rename qlistdata.cpp (back) to qlist.cpp.
In the old days, some compilers would implicitly include the *.cpp file if the *.h file contained templates. That's why we had qlistdata.cpp not qlist.cpp. Those compilers are no longer supported. Rev-by: Harald Fernengel
Diffstat (limited to 'qmake')
-rw-r--r--qmake/qmake.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/qmake/qmake.pri b/qmake/qmake.pri
index 1f9243b5c1..67fc8f2666 100644
--- a/qmake/qmake.pri
+++ b/qmake/qmake.pri
@@ -46,7 +46,7 @@ bootstrap { #Qt code
qnumeric.cpp \
qhash.cpp \
qiodevice.cpp \
- qlistdata.cpp \
+ qlist.cpp \
qlinkedlist.cpp \
qlocale.cpp \
qmalloc.cpp \