plugin example: change template from 'dll' to 'plugin'
This commit is contained in:
parent
bd69c3dd63
commit
3501d8e5ac
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
TEMPLATE = lib
|
TEMPLATE = lib
|
||||||
CONFIG += dll no_keywords release
|
CONFIG += plugin no_keywords release
|
||||||
INCLUDEPATH += /usr/local/include
|
INCLUDEPATH += /usr/local/include
|
||||||
LIBS += -L/usr/local/lib -leql5
|
LIBS += -L/usr/local/lib -leql5
|
||||||
TARGET = qt_plugin
|
TARGET = qt_plugin
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue