1
git-svn-id: svn://db.shs.com.ru/libs@1 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
18
qad_utils/qad_utils.pro
Normal file
18
qad_utils/qad_utils.pro
Normal 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
|
||||
Reference in New Issue
Block a user