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_utils/qad_utils.pro

17 lines
443 B
Prolog

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