Move QMAKE_LIBS_QT_ENTRY adjustment to bitcoin side of build
authorLuke Dashjr <luke-jr+git@utopios.org>
Sat, 17 Mar 2012 23:54:22 +0000 (19:54 -0400)
committerLuke Dashjr <luke-jr+git@utopios.org>
Sun, 18 Mar 2012 00:26:08 +0000 (20:26 -0400)
It could just as well be on either part of the gitian build, but to safely put it on the Qt side would require bumping the filename, and every gitian user rebuilding it.
v0.5.3.1 put it on the Bitcoin side, and this is easier to work with and keep safe, so I'm moving it.

bitcoin-qt.pro
contrib/gitian-descriptors/qt-win32.yml

index 92b0a6f..33df7cd 100644 (file)
@@ -254,6 +254,7 @@ isEmpty(BOOST_INCLUDE_PATH) {
 windows:LIBS += -lmingwthrd -lws2_32
 windows:DEFINES += _MT WIN32
 windows:RC_FILE = src/qt/res/bitcoin-qt.rc
+windows:QMAKE_LIBS_QT_ENTRY -= -lmingw32
 
 macx:HEADERS += src/qt/macdockiconhandler.h
 macx:OBJECTIVE_SOURCES += src/qt/macdockiconhandler.mm
index adccebb..6eb76b2 100644 (file)
@@ -47,7 +47,6 @@ script: |
   cp -a bin $SRCDIR/
   cd $INSTDIR
   find . -name *.prl | xargs -l sed 's|/$||' -i
-  sed 's/QMAKE_LIBS_QT_ENTRY     = -lmingw32 -lqtmain/QMAKE_LIBS_QT_ENTRY     = -lqtmain/' -i mkspecs/unsupported/win32-g++-cross/qmake.conf
   #sed 's|QMAKE_PRL_LIBS.*|QMAKE_PRL_LIBS = -lQtDeclarative -lQtScript -lQtSvg -lQtSql -lQtXmlPatterns -lQtGui -lgdi32 -lcomdlg32 -loleaut32 -limm32 -lwinmm -lwinspool -lmsimg32 -lQtNetwork -lQtCore -lole32 -luuid -lws2_32 -ladvapi32 -lshell32 -luser32 -lkernel32|' -i imports/Qt/labs/particles/qmlparticlesplugin.prl
 
   # as zip stores file timestamps, use faketime to intercept stat calls to set dates for all files to reference date