12345678910111213141516171819202122232425262728293031 |
- isEmpty(TARGET):error(You must set TARGET before including $$_FILE_)
- TEMPLATE = lib
- include(../qstardict.pri)
- CONFIG += plugin
- INCLUDEPATH += $$dirname(PWD)
- target.path = $$PLUGINS_DIR
- INSTALLS += target
|