#------------------------------------------------- # # Project created by QtCreator 2014-04-03T18:21:00 # #------------------------------------------------- QT -= gui include($$PWD/../../SQLiteStudio3/plugins.pri) TARGET = SqlExport TEMPLATE = lib DEFINES += SQLEXPORT_LIBRARY SOURCES += sqlexport.cpp HEADERS += sqlexport.h\ sqlexport_global.h FORMS += \ SqlExportQuery.ui \ SqlExportCommon.ui OTHER_FILES += \ sqlexport.json RESOURCES += \ sqlexport.qrc TRANSLATIONS += SqlExport_ro_RO.ts \ SqlExport_de.ts \ SqlExport_it.ts \ SqlExport_zh_CN.ts \ SqlExport_sk.ts \ SqlExport_ru.ts \ SqlExport_pt_BR.ts \ SqlExport_fr.ts \ SqlExport_es.ts \ SqlExport_pl.ts