valentina/src/app/tape/tape.pri

17 lines
334 B
Plaintext
Raw Normal View History

# ADD TO EACH PATH $$PWD VARIABLE!!!!!!
# This need for corect working file translations.pro
SOURCES += \
$$PWD/main.cpp \
$$PWD/tmainwindow.cpp \
$$PWD/stable.cpp \
$$PWD/mapplication.cpp
HEADERS += \
$$PWD/tmainwindow.h \
$$PWD/stable.h \
$$PWD/mapplication.h
FORMS += \
$$PWD/tmainwindow.ui