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_application/qad_application.pro

17 lines
573 B
Prolog

### 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
target.path = $$[QT_INSTALL_PLUGINS]/designer
INSTALLS += target
CONFIG -= debug_and_release debug
CONFIG += release