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.
copyq/CopyQ-3.0.2/plugins/itemencrypted/itemencrypted.pro

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)