Hello forum,
I upgraded Qt from 4.7 to 5.2.1 and used QCleanlooksstyle in my project.
on “https://codereview.qt-project.org/#change,75758” I found the additional styles.
So I checked all out from the repository, opened the .pro file in QtCreator and compiled all successfully.
After that I installed the plugins with “make install”. Everything looked good.
in my .pro file I added the line: QTPLUGIN += qcleanlooksstyle
In the main window constructor I added qApp->setStyle(new QCleanlooksStyle());
and get the linker error:
undefined reference to `QCleanlooksStyle::QCleanlooksStyle()’
What is wrong?
↧