Skip to content

Commit

Permalink
qt4: Adjusting the CONFIGURE. As it turns out some private headers do…
Browse files Browse the repository at this point in the history
… 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.
  • Loading branch information
stumbles committed Dec 30, 2012
1 parent 33cd360 commit 69608a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qt4-apps/qt4/CONFIGURE
Expand Up @@ -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" " "

0 comments on commit 69608a0

Please sign in to comment.