Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Bitcoin GUI is not built when only qt4 is installed #7189
Comments
|
We switched to qt5 by default (#6938) and don't fall back to qt4, it seems. |
|
I tend to feel that this is the correct behavior. We kind of deprecated Qt4 and it might lead to graphical issues. Qt5 is the environment that allows us to compete with other GUI apps. IMO a manual -with-gui=qt4 in case of missing qt5 is okay because it makes user aware that they don't use the recommended dependencies. |
laanwj
added the
Build system
label
Dec 9, 2015
|
I agree that Qt4 is on its way out, but this was not the intention. I've only changed the default, not the fallback mechanism. It could be that something broke there though. I'm not really good with autotools. @theuni can you take a look? |
This was referenced Feb 11, 2016
dooglus
added a commit
to dooglus/bitcoin
that referenced
this issue
Feb 26, 2016
|
|
dooglus |
3d19193
|
dooglus
referenced
this issue
Feb 26, 2016
Merged
build: Remove spurious dollar sign. Fixes #7189. #7604
laanwj
closed this
in #7604
Feb 29, 2016
laanwj
added a commit
that referenced
this issue
Feb 29, 2016
|
|
laanwj |
354b03d
|
MarcoFalke
added a commit
to MarcoFalke/bitcoin
that referenced
this issue
Apr 27, 2016
|
|
dooglus + MarcoFalke |
1c3d38b
|
laanwj
added a commit
that referenced
this issue
Jun 9, 2016
|
|
laanwj |
20d00a1
|
zander
added a commit
to zander/bitcoinclassic
that referenced
this issue
Jun 16, 2016
|
|
dooglus + zander |
6181dc4
|
MarcoFalke
added the
GUI
label
Jun 25, 2016
thokon00
added a commit
to faircoin/faircoin
that referenced
this issue
Jun 28, 2016
|
|
dooglus + thokon00 |
1af0ea8
|
nomnombtc
added a commit
to nomnombtc/bitcoin
that referenced
this issue
Nov 12, 2016
|
|
dooglus + nomnombtc |
ceb3caa
|
nomnombtc
added a commit
to nomnombtc/bitcoin
that referenced
this issue
Nov 12, 2016
|
|
dooglus + nomnombtc |
bd7e68e
|
nomnombtc
added a commit
to nomnombtc/bitcoin
that referenced
this issue
Nov 13, 2016
|
|
dooglus + nomnombtc |
0b47488
|
sickpig
added a commit
to sickpig/BitcoinUnlimited
that referenced
this issue
Nov 14, 2016
|
|
dooglus + sickpig |
733d6f1
|
rebroad
pushed a commit
to rebroad/bitcoin
that referenced
this issue
Dec 7, 2016
|
|
dooglus + dgenr8 |
964070a
|
protonn
added a commit
to argentumproject/argentum
that referenced
this issue
Apr 11, 2017
|
|
dooglus + protonn |
e30d8d6
|
MarcoFalke commentedDec 9, 2015
From IRC:
@phantomcircuit: @jonasschnelli, ./configure doesn't detect qt4 on my debian jessie system
i had to manually specify --with-gui=qt4