<div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><blockquote type="cite"><div dir="ltr"><div dir="ltr">On Thu, Dec 2, 2021 at 10:29 PM Derek Tombrello
<<a href="mailto:RebelTaz@robotsandcomputers.com" target="_blank">RebelTaz@robotsandcomputers.com</a>>
wrote:<br>
</div>
<div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div>
<p>Well... that got us further...</p>
<p> </p>
<blockquote type="cite">Scanning dependencies of target
newstufftest_autogen<br>
[ 63%] Automatic MOC and RCC for target newstufftest<br>
[ 63%] Built target newstufftest_autogen<br>
Scanning dependencies of target newstufftest<br>
[ 63%] Building CXX object
src/tests/CMakeFiles/newstufftest.dir/newstufftest.cpp.o<br>
/home/derek/Downloads/tellico-3.4.2/src/tests/newstufftest.cpp:31:10:
fatal error: QDBusConnection: No such file or directory<br>
#include <QDBusConnection><br>
^~~~~~~~~~~~~~~~~<br>
compilation terminated.</blockquote></div></blockquote></div></div></blockquote></div></blockquote><div><br></div><div>Trying to think through what might be missing - do you mind editing the src/tests/CMakeFiles.txt file? Down around line 78, if you change</div><div> LINK_LIBRARIES Qt5::Test newstuff config</div>to</div><div class="gmail_quote"> LINK_LIBRARIES Qt5::Test Qt5::DBus newstuff config<br></div><div class="gmail_quote"><br></div><div class="gmail_quote">Does that help? Or since this seems to be a problem in compiling a unit test, you can avoid that by passing <span style="color:rgb(0,0,0);font-family:monospace">-DBUILD_TESTING=FALSE to your cmake command</span></div><div class="gmail_quote"><span style="color:rgb(0,0,0);font-family:monospace"><br></span></div><div class="gmail_quote"><span style="color:rgb(0,0,0);font-family:monospace">Robby</span></div></div>