mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -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
|