Files
Kooky/dSQLite/dSQLite.pro
T
2016-10-18 17:43:02 +02:00

33 lines
556 B
Prolog

#-------------------------------------------------
#
# Project created by QtCreator 2016-02-09T11:18:10
#
#-------------------------------------------------
QT += core gui sql
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = dSQLite
TEMPLATE = lib
CONFIG += plugin
SOURCES += csqliteplugin.cpp \
cconfigdialog.cpp
HEADERS += csqliteplugin.h \
cconfigdialog.h
DESTDIR = ../bin/plugins
INCLUDEPATH += ../Kooky
DISTFILES += dSQLite.json
unix {
target.path = /usr/lib
INSTALLS += target
}
FORMS += \
cconfigdialog.ui