0009-qmake-fix-source-file-references-in-qmake.pri.patch 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. From e129dc0d6cde69dd15d1836c4111e0526fc29161 Mon Sep 17 00:00:00 2001
  2. From: Paul Eggleton <paul.eggleton@linux.intel.com>
  3. Date: Wed, 26 Sep 2012 20:33:49 +0200
  4. Subject: [PATCH 09/21] qmake: fix source file references in qmake.pri
  5. Fix duplicate entries in SOURCES and HEADERS, and fix the source file
  6. list for the split of qlocale.cpp.
  7. Upstream-Status: Pending
  8. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
  9. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
  10. ---
  11. qmake/qmake.pri | 8 ++++----
  12. 1 file changed, 4 insertions(+), 4 deletions(-)
  13. diff --git a/qmake/qmake.pri b/qmake/qmake.pri
  14. index 31f67f4..9081669 100644
  15. --- a/qmake/qmake.pri
  16. +++ b/qmake/qmake.pri
  17. @@ -22,8 +22,7 @@ SOURCES += project.cpp property.cpp main.cpp generators/makefile.cpp \
  18. generators/symbian/initprojectdeploy_symbian.cpp \
  19. generators/integrity/gbuild.cpp \
  20. windows/registry.cpp \
  21. - symbian/epocroot.cpp \
  22. - generators/integrity/gbuild.cpp
  23. + symbian/epocroot.cpp
  24. HEADERS += project.h property.h generators/makefile.h \
  25. generators/unix/unixmake.h meta.h option.h cachekeys.h \
  26. @@ -40,8 +39,7 @@ HEADERS += project.h property.h generators/makefile.h \
  27. generators/symbian/initprojectdeploy_symbian.h \
  28. generators/integrity/gbuild.h \
  29. windows/registry_p.h \
  30. - symbian/epocroot_p.h \
  31. - generators/integrity/gbuild.h
  32. + symbian/epocroot_p.h
  33. contains(QT_EDITION, OpenSource) {
  34. DEFINES += QMAKE_OPENSOURCE_EDITION
  35. @@ -72,6 +70,8 @@ bootstrap { #Qt code
  36. qlist.cpp \
  37. qlinkedlist.cpp \
  38. qlocale.cpp \
  39. + qlocale_tools.cpp \
  40. + qlocale_unix.cpp \
  41. qmalloc.cpp \
  42. qmap.cpp \
  43. qmetatype.cpp \
  44. --
  45. 1.8.0