This repository has been archived on 2020-09-07. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
libs/qad_sql_table/qad_sql_table.pro

18 lines
529 B
Prolog

### eqmake4 was here ###
QT += sql
CONFIG += designer plugin release
TARGET = $$qtLibraryTarget(qad_sql_table_plugin)
TEMPLATE = lib
HEADERS = qad_sql_table.h sql_table_plugin.h sql_record_plugin.h
SOURCES = qad_sql_table.cpp sql_table_plugin.cpp sql_record_plugin.cpp
RESOURCES = qad_sql_table.qrc
TRANSLATIONS = lang/qad_sql_table_ru.ts
LIBS += -L. -lqad_widgets -lqad_sql_table
target.path = $$[QT_INSTALL_PLUGINS]/designer
INSTALLS += target
CONFIG -= debug_and_release debug
CONFIG += release