mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 13:04:28 -04:00
9 lines
121 B
Plaintext
9 lines
121 B
Plaintext
INCLUDEPATH += $$PWD
|
|
DEPENDPATH += $$PWD
|
|
|
|
SOURCES += \
|
|
$$PWD/resize_image.cpp
|
|
|
|
HEADERS += \
|
|
$$PWD/resize_image.h
|