[Lunar-commits] <moonbase-kde> qt4: Adjusting the CONFIGURE. As it turns out some private headers do not get installed

stumbles stumbles at lunar-linux.org
Sun Dec 30 03:04:05 CET 2012


commit 69608a0ff0814793fb58ec01faf4d474900ec788
Author: stumbles <stumbles at lunar-linux.org>
Date: Sat, 29 Dec 2012 18:04:05 -0800
URL: https://github.com/lunar-linux/moonbase-kde/commit/69608a0ff0814793fb58ec01faf4d474900ec788

qt4: Adjusting the CONFIGURE. As it turns out some private headers do not get installed

unless "-developer-build" is passed during the configure. These are needed by the calibre
bump done by florin (I will change that back in a few). These headers can also be used by
qt-creator.
---
  qt4-apps/qt4/CONFIGURE | +1/-0     
  1 file changed, 1 insertion(+)

--- a/qt4-apps/qt4/CONFIGURE
+++ b/qt4-apps/qt4/CONFIGURE
@@ -3,3 +3,4 @@ mquery XML_PATTERNS "Build xml patterns? ${PROBLEM_COLOR}(Needed by qtscriptgene
 mquery MAKE_WEBKIT "Build the webkit plugin? ${PROBLEM_COLOR}(Needed by phonon / kdelibs4 / mythtv)${QUERY_COLOR}" y "-webkit" "-no-webkit"
 mquery LICENSE_TYPE "Build Qt using open-source license? (n=commercial)" y
 mquery MAKE_PHONON "Build qt4's (old) phonon? ${PROBLEM_COLOR}(Say n if you will build and use KDE)${QUERY_COLOR}" n "-phonon" "-no-phonon"
+mquery DEV_BUILD "Compile and link Qt with Qt developer options (including auto-tests exporting)? ${PROBLEM_COLOR}Can be used by Qt-Creator and future version of calibre${QUERY_COLOR" y "-developer-build" " "




More information about the Lunar-commits mailing list