You need not include the .moc, .cppOriginally Posted by yellowmat
The whole idea of creating a .so/.dll is that you need not include it in the project. Instead use the.
LIBS += -lfilechooser in your .pro
the Application will be linked to that
You need not include the .moc, .cppOriginally Posted by yellowmat
The whole idea of creating a .so/.dll is that you need not include it in the project. Instead use the.
LIBS += -lfilechooser in your .pro
the Application will be linked to that
We can't solve problems by using the same kind of thinking we used when we created them
Bookmarks