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