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.

27 lines
581 B
Prolog

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