You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
include(../plugins_common.pri)
|
|
|
|
HEADERS += \
|
|
itemimage.h \
|
|
../../src/item/itemeditor.h
|
|
SOURCES += \
|
|
itemimage.cpp \
|
|
../../src/item/itemeditor.cpp \
|
|
../../src/common/log.cpp \
|
|
../../src/common/mimetypes.cpp
|
|
FORMS += itemimagesettings.ui
|
|
TARGET = $$qtLibraryTarget(itemimage)
|
|
|