valentina/src/app/puzzle/puzzle.pri

18 lines
387 B
Plaintext
Raw Normal View History

2020-02-16 17:17:50 +01:00
# ADD TO EACH PATH $$PWD VARIABLE!!!!!!
# This need for corect working file translations.pro
SOURCES += \
$$PWD/main.cpp \
2020-02-16 18:18:39 +01:00
$$PWD/puzzlemainwindow.cpp \
$$PWD/puzzleapplication.cpp
2020-02-16 17:17:50 +01:00
*msvc*:SOURCES += $$PWD/stable.cpp
HEADERS += \
$$PWD/puzzlemainwindow.h \
2020-02-16 18:18:39 +01:00
$$PWD/stable.h \
$$PWD/puzzleapplication.h
2020-02-16 17:17:50 +01:00
FORMS += \
$$PWD/puzzlemainwindow.ui