valentina_old/src/app/valentina/valentina.pri
Roman Telezhynskyi 1d7667df61 Export tiled PDF with watermark.
--HG--
branch : develop
2019-12-13 10:51:29 +02:00

30 lines
693 B
Plaintext

# Suport subdirectories. Just better project code tree.
include(dialogs/dialogs.pri)
include(xml/xml.pri)
include(core/core.pri)
# ADD TO EACH PATH $$PWD VARIABLE!!!!!!
# This need for corect working file translations.pro
# Some source files
SOURCES += \
$$PWD/main.cpp \
$$PWD/mainwindow.cpp \
$$PWD/mainwindowsnogui.cpp \
$$PWD/watermarkwindow.cpp
*msvc*:SOURCES += $$PWD/stable.cpp
# Some header files
HEADERS += \
$$PWD/mainwindow.h \
$$PWD/stable.h \
$$PWD/version.h \
$$PWD/mainwindowsnogui.h \
$$PWD/watermarkwindow.h
# Main forms
FORMS += \
$$PWD/mainwindow.ui \
$$PWD/watermarkwindow.ui