File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -120,5 +120,5 @@ sudo apt-get install qtcreator
120
120
- Under ` Debuggers ` : select ` "GDB" ` as debugger
121
121
122
122
8 . While in the ` Projects ` tab, ensure that you have the ` bitcoin-qt ` executable specified under ` Run `
123
- - If the executable is not specified: click ` "Choose..." ` , navigate to ` src/qt ` , and select ` bitcoin-qt `
123
+ - If the executable is not specified: click ` "Choose..." ` , navigate to ` build/bin ` , and select ` bitcoin-qt `
124
124
9 . You're all set! Start developing, building, and debugging the Bitcoin Core GUI
Original file line number Diff line number Diff line change @@ -268,9 +268,9 @@ struct MiniGUI {
268
268
//
269
269
// This also requires overriding the default minimal Qt platform:
270
270
//
271
- // QT_QPA_PLATFORM=xcb src/qt/test /test_bitcoin-qt # Linux
272
- // QT_QPA_PLATFORM=windows src/qt/test /test_bitcoin-qt # Windows
273
- // QT_QPA_PLATFORM=cocoa src/qt/test /test_bitcoin-qt # macOS
271
+ // QT_QPA_PLATFORM=xcb build/bin /test_bitcoin-qt # Linux
272
+ // QT_QPA_PLATFORM=windows build/bin /test_bitcoin-qt # Windows
273
+ // QT_QPA_PLATFORM=cocoa build/bin /test_bitcoin-qt # macOS
274
274
void TestGUI (interfaces::Node& node, const std::shared_ptr<CWallet>& wallet)
275
275
{
276
276
// Create widgets for sending coins and listing transactions.
You can’t perform that action at this time.
0 commit comments