1
git-svn-id: svn://db.shs.com.ru/libs@1 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
18
qad_application/qad_application.pro
Normal file
18
qad_application/qad_application.pro
Normal file
@@ -0,0 +1,18 @@
|
||||
### eqmake4 was here ###
|
||||
CONFIG += designer plugin release
|
||||
TARGET = $$qtLibraryTarget(qad_application_plugin)
|
||||
TEMPLATE = lib
|
||||
|
||||
HEADERS = qad_application.h edockwidgetplugin.h emainwindowplugin.h historyviewplugin.h
|
||||
SOURCES = qad_application.cpp edockwidgetplugin.cpp emainwindowplugin.cpp historyviewplugin.cpp
|
||||
RESOURCES = qad_application.qrc
|
||||
TRANSLATIONS = lang/qad_application_ru.ts
|
||||
LIBS += -L. -lqad_utils -lqad_application
|
||||
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