mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-05 05:49:53 +08:00
12 lines
200 B
Plaintext
12 lines
200 B
Plaintext
QT += widgets
|
|
|
|
SOURCES += \
|
|
$$PWD/exportdata.cpp \
|
|
$$PWD/exporter.cpp \
|
|
$$PWD/webviewexporter.cpp
|
|
|
|
HEADERS += \
|
|
$$PWD/exportdata.h \
|
|
$$PWD/exporter.h \
|
|
$$PWD/webviewexporter.h
|