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
+36
View File
@@ -0,0 +1,36 @@
#-------------------------------------------------
#
# Project created by QtCreator 2015-11-18T11:56:38
#
#-------------------------------------------------
QT += core gui sql
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = dMySQL
TEMPLATE = lib
CONFIG += plugin
SOURCES += \
cmysqlplugin.cpp \
cconfigdialog.cpp
HEADERS += \
cmysqlplugin.h \
cconfigdialog.h
OTHER_FILES += dMySQL.json
DESTDIR = ../bin/plugins
INCLUDEPATH += ../Kooky
unix {
target.path = /usr/lib
INSTALLS += target
}
DISTFILES += \
dMySQL.json
FORMS += \
cconfigdialog.ui