undefined reference to qt_static _plugin
Unsolved
General and Desktop
-
TEMPLATE = app QT += widgets HEADERS = interface.h SOURCES += main.cpp #LIBS += "/home/uidm9805/Qt Projects/static_plugin_qmake/build/plugin_qmake/libplugin_qmake.a" LIBS += -L"/home/uidm9805/Qt Projects/static_plugin_qmake/build/plugin_qmake" -lplugin_qmake
-
@jsulm I tried same thing with this example http://doc.qt.io/qt-5/qtwidgets-tools-plugandpaint-app-example.html and its working fine there
LIBS += "/home/uidm9805/Qt Projects/plugandpaint/build/plugandpaint/plugins/libpnp_basictools.a"
don't know why this project is behaving in odd manner