We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2638fdb commit 6f4128eCopy full SHA for 6f4128e
src/qt/CMakeLists.txt
@@ -35,6 +35,7 @@ endfunction()
35
# - https://doc.qt.io/qt-5/cmake-manual.html
36
37
set(CMAKE_AUTOMOC ON)
38
+set(CMAKE_AUTOMOC_MOC_OPTIONS "-p${CMAKE_CURRENT_SOURCE_DIR}")
39
set(CMAKE_AUTORCC ON)
40
set(CMAKE_AUTOUIC ON)
41
set(CMAKE_AUTOUIC_SEARCH_PATHS forms)
src/qt/test/CMakeLists.txt
@@ -2,6 +2,8 @@
2
# Distributed under the MIT software license, see the accompanying
3
# file COPYING or https://opensource.org/license/mit/.
4
5
6
+
7
add_executable(test_bitcoin-qt
8
apptests.cpp
9
optiontests.cpp
0 commit comments