first commit

This commit is contained in:
2016-10-18 17:43:02 +02:00
commit 1f9c503e67
2475 changed files with 137095 additions and 0 deletions
+32
View File
@@ -0,0 +1,32 @@
#-------------------------------------------------
#
# 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