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.

19 lines
463 B
Prolog

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