Added postregister plugin.

This commit is contained in:
2017-04-25 21:39:47 +02:00
parent dbbf4a0a67
commit af9edeafae
22 changed files with 699 additions and 24 deletions
-5
View File
@@ -45,11 +45,6 @@ H_DIR = $$PWD/data/*.h
ODB_OTHER_INCLUDES = -I $$PWD/../shop -I $$PWD/../addressbook/data -I $$PWD/../services/data
include(../odb.pri)
unix {
target.path = /usr/lib
INSTALLS += target
}
win32:CONFIG(release, debug|release): LIBS += -L$$OUT_PWD/../plugins/ -lshop
else:win32:CONFIG(debug, debug|release): LIBS += -L$$OUT_PWD/../plugins/ -lshop
else:unix: LIBS += -L$$OUT_PWD/../plugins/ -lshop