valentina/src/app/puzzle/puzzle.pri

22 lines
515 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 \
$$PWD/puzzlecommands.cpp \
2020-02-16 18:18:39 +01:00
$$PWD/puzzlemainwindow.cpp \
2020-04-03 22:05:03 +02:00
$$PWD/puzzleapplication.cpp \
$$PWD/vpuzzlecommandline.cpp
2020-02-16 17:17:50 +01:00
*msvc*:SOURCES += $$PWD/stable.cpp
HEADERS += \
$$PWD/puzzlecommands.h \
2020-02-16 17:17:50 +01:00
$$PWD/puzzlemainwindow.h \
2020-02-16 18:18:39 +01:00
$$PWD/stable.h \
2020-04-03 22:05:03 +02:00
$$PWD/puzzleapplication.h \
$$PWD/vpuzzlecommandline.h
2020-02-16 17:17:50 +01:00
FORMS += \
$$PWD/puzzlemainwindow.ui