Files
DbCoreLib/DbCoreLib.pro
2018-10-04 23:59:22 +02:00

29 lines
422 B
Prolog

QT += core
QT -= gui widgets
PROJECT_ROOT = ../..
TARGET = dbcore
DEFINES += DBCORELIB_LIBRARY
SOURCES += \
randomdevice.cpp \
utils/timeutils.cpp \
utils/jsonutils.cpp
HEADERS += dbcorelib_global.h \
cpp14polyfills.h \
fixedsizematrix.h \
randomdevice.h \
utils/timeutils.h \
utils/jsonutils.h
FORMS +=
RESOURCES +=
TRANSLATIONS +=
include($${PROJECT_ROOT}/lib.pri)