17 lines
334 B
Plaintext
17 lines
334 B
Plaintext
# 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
|