valentina/src/libs/vhpgl/vhpgl.pri
2023-07-10 19:23:56 +03:00

14 lines
292 B
Plaintext

# ADD TO EACH PATH $$PWD VARIABLE!!!!!!
# This need for corect working file translations.pro
SOURCES += \
$$PWD/vhpglengine.cpp \
$$PWD/vhpglpaintdevice.cpp
*msvc*:SOURCES += $$PWD/stable.cpp
HEADERS += \
$$PWD/stable.h \
$$PWD/vhpglengine.h \
$$PWD/vhpglpaintdevice.h