mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-06 22:39:53 +08:00
19 lines
385 B
Plaintext
19 lines
385 B
Plaintext
QT += widgets
|
|
|
|
HEADERS += \
|
|
$$PWD/giteeimagehost.h \
|
|
$$PWD/githubimagehost.h \
|
|
$$PWD/imagehost.h \
|
|
$$PWD/imagehostmgr.h \
|
|
$$PWD/imagehostutils.h \
|
|
$$PWD/repoimagehost.h
|
|
|
|
SOURCES += \
|
|
$$PWD/giteeimagehost.cpp \
|
|
$$PWD/githubimagehost.cpp \
|
|
$$PWD/imagehost.cpp \
|
|
$$PWD/imagehostmgr.cpp \
|
|
$$PWD/imagehostutils.cpp \
|
|
$$PWD/repoimagehost.cpp
|
|
|