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.
24 lines
612 B
24 lines
612 B
include(../plugins_common.pri)
|
|
|
|
HEADERS += itemencrypted.h \
|
|
../../src/gui/iconwidget.h
|
|
SOURCES += itemencrypted.cpp
|
|
SOURCES += \
|
|
../../src/common/config.cpp \
|
|
../../src/common/log.cpp \
|
|
../../src/common/mimetypes.cpp \
|
|
../../src/common/shortcuts.cpp \
|
|
../../src/common/textdata.cpp \
|
|
../../src/gui/iconfont.cpp \
|
|
../../src/gui/iconwidget.cpp \
|
|
../../src/item/serialize.cpp
|
|
FORMS += itemencryptedsettings.ui
|
|
|
|
CONFIG(debug, debug|release) {
|
|
SOURCES += tests/itemencryptedtests.cpp
|
|
HEADERS += tests/itemencryptedtests.h
|
|
}
|
|
|
|
TARGET = $$qtLibraryTarget(itemencrypted)
|
|
|