Registered Member
|
OS: Ubunutu 14.04 (running in VirtualBox on Windows 7)
Qt 5.5.0 I installed marble according to the guide on https://techbase.kde.org/Marble/QtCreator 1. Clone from marble repo git://anongit.kde.org/marble 2. Run CMAKE from within Qt Creator with arguments: -DCMAKE_INSTALL_PREFIX=../marble-export -DQTONLY=TRUE -DCMAKE_BUILD_TYPE=Debug 3. Run make install from Qt Creator (with sudo) Then I added the following lines to my .pro file:
and I put the following code in the main.cpp file:
but when I build I get the error message "cannot find -lmarblewidget" Is there an include path that I should specify? What should be in "/usr/local/lib"? |
KDE Developer
|
Please try with marblewidget-qt5 instead of marblewidget. We renamed it at some point so Qt4 and Qt5 installations could co-exist.
|
Registered users: Bing [Bot], claydoh, Google [Bot], rblackwell