#------------------------------------------------- # # Project created by QtCreator 2015-10-28T15:25:33 # #------------------------------------------------- QT += widgets TARGET = core TEMPLATE = lib DEFINES += CORE_LIBRARY SOURCES += \ data/user.cpp \ context.cpp \ imetadataplugin.cpp HEADERS += core.h\ core_global.h \ iplugin.h \ service.h \ data/user.h \ context.h \ imetadataplugin.h \ autotablemodel.h unix { target.path = /usr/lib INSTALLS += target } ODB_FILES = core/data/user.h H_DIR = $$PWD/data/*.h include(../odb.pri)