2015-07-10 11:49:37 +02:00
|
|
|
# ADD TO EACH PATH $$PWD VARIABLE!!!!!!
|
|
|
|
# This need for corect working file translations.pro
|
|
|
|
|
|
|
|
SOURCES += \
|
|
|
|
$$PWD/main.cpp \
|
|
|
|
$$PWD/tmainwindow.cpp \
|
2015-07-10 13:14:55 +02:00
|
|
|
$$PWD/stable.cpp \
|
|
|
|
$$PWD/mapplication.cpp
|
2015-07-10 11:49:37 +02:00
|
|
|
|
|
|
|
HEADERS += \
|
|
|
|
$$PWD/tmainwindow.h \
|
2015-07-10 13:14:55 +02:00
|
|
|
$$PWD/stable.h \
|
|
|
|
$$PWD/mapplication.h
|
2015-07-10 11:49:37 +02:00
|
|
|
|
|
|
|
FORMS += \
|
|
|
|
$$PWD/tmainwindow.ui
|