Quantcast
Channel: Qt DevNet forums: Installation and Deployment
Viewing all articles
Browse latest Browse all 2113

additional style plugins

$
0
0
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?

Viewing all articles
Browse latest Browse all 2113

Trending Articles