You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
522 B
Prolog

TEMPLATE = lib
CONFIG += plugin
QT += widgets network
INCLUDEPATH += ../inventreeParts
HEADERS = \
cexportinventree.h
SOURCES = \
cexportinventree.cpp
TARGET = $$qtLibraryTarget(exportInventree)
DESTDIR = ../plugins
EXAMPLE_FILES = exportInventree.json
# install
#target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tools/exportInventree/plugins
#INSTALLS += target
CONFIG += install_ok # Do not cargo-cult this!
RESOURCES += \
exportInventree.qrc