OPENSSL_INCLUDE_PATH=$$DEPSDIR/openssl-1.0.2j/include # Dependency library locations can be customized using following settingsīOOST_INCLUDE_PATH=$$DEPSDIR/boost_1_58_0īOOST_LIB_PATH=$$DEPSDIR/boost_1_58_0/stage/libīDB_INCLUDE_PATH=$$DEPSDIR/db-4.8.30.NC/build_unixīDB_LIB_PATH=$$DEPSDIR/db-4.8.30.NC/build_unix # when linking against a specific BerkelyDB version: BDB_LIB_SUFFIX=-4.8 # for boost thread win32 with _win32 sufix
# for boost > 1.37, add -mt to the boost libraries # QT Project FileĭEFINES += QT_GUI BOOST_THREAD_USE_LIB BOOST_SPIRIT_THREADSAFE src/qt/overviewpage.cpp:115:10: fatal error: 'overviewpage.moc' file not foundĬan someone help me figure this out? I'll paste the. I'm assuming this is supposed to be created during the build. This time everything builds with one error. Anyhow, I worked my way through the make process for the core daemon and then moved back to QT Creator. pro was loaded into QT Creator and I've built and run my GUI wallet once but I had dynamic library issues with the app outside of QT Creator. I am building a core for an alt-coin and it has a QT wallet (GUI) that comes with the software.