1
git-svn-id: svn://db.shs.com.ru/libs@1 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
19
qad_sql_table/qad_sql_table.pro
Normal file
19
qad_sql_table/qad_sql_table.pro
Normal file
@@ -0,0 +1,19 @@
|
||||
### 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
|
||||
QMAKE_CXXFLAGS += -g3
|
||||
QMAKE_CFLAGS += -g3
|
||||
|
||||
target.path = $$[QT_INSTALL_PLUGINS]/designer
|
||||
INSTALLS += target
|
||||
|
||||
CONFIG -= debug_and_release debug
|
||||
CONFIG += release
|
||||
Reference in New Issue
Block a user