first commit
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user