git-svn-id: svn://db.shs.com.ru/libs@1 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
2015-02-28 21:28:53 +00:00
commit ba8bc27298
2358 changed files with 336795 additions and 0 deletions

18
qad_utils/qad_utils.pro Normal file
View File

@@ -0,0 +1,18 @@
### eqmake4 was here ###
CONFIG += designer plugin release
TARGET = $$qtLibraryTarget(qad_utils_plugin)
TEMPLATE = lib
HEADERS = qad_utils.h qpiconfigplugin.h
SOURCES = qad_utils.cpp qpiconfigplugin.cpp
#RESOURCES = qad_utils.qrc
#TRANSLATIONS = lang/ru.ts
LIBS += -L. -lqad_utils -lqad_widgets
QMAKE_CXXFLAGS += -g3
QMAKE_CFLAGS += -g3
target.path = $$[QT_INSTALL_PLUGINS]/designer
INSTALLS += target
CONFIG -= debug_and_release debug
CONFIG += release