#------------------------------------------------- # # Project created by QtCreator 2017-05-21T20:44:49 # #------------------------------------------------- TEMPLATE = lib CONFIG += plugin QT += widgets uiplugin SOURCES +=\ editorplugin.cpp \ myeditor.cpp HEADERS += \ editorplugin.h \ myeditor.h RESOURCES = editorplugin.qrc \ editorplugin.qrc target.path = $$[QT_INSTALL_PLUGINS]/designer INSTALLS += target DISTFILES += \ editorplugin.json