As per title
Details
Details
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- osx-cmake-qt
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 2428 Build 2985: Bitcoin ABC Buildbot (legacy) Build 2984: arc lint + arc unit
Event Timeline
src/qt/CMakeLists.txt | ||
---|---|---|
10 | Why isn't it possible to use components here ? |
src/qt/CMakeLists.txt | ||
---|---|---|
10 | No idea. I don't even know how they work. All I know is the existing stuff doesn't work on MacOS X. |
src/qt/CMakeLists.txt | ||
---|---|---|
10 ↗ | (On Diff #3693) | One way or another, going to the bottom of this will be necessary here. |
src/qt/CMakeLists.txt | ||
---|---|---|
10 ↗ | (On Diff #3693) | This is what their docs say to do for Qt5: |
src/qt/CMakeLists.txt | ||
---|---|---|
11 ↗ | (On Diff #3723) | Why do you need to make core explicit ? We never use it directly, so as far as we are concerned, this is Qt's problem to include its own dependencies. |