Removed legacy qmake files

This commit is contained in:
2019-04-09 18:59:28 +02:00
parent 42a140c73e
commit 8cea4ccce4

View File

@@ -1,28 +0,0 @@
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)