13 lines
241 B
Plaintext
13 lines
241 B
Plaintext
|
# ADD TO EACH PATH $$PWD VARIABLE!!!!!!
|
||
|
# This need for corect working file translations.pro
|
||
|
|
||
|
SOURCES += \
|
||
|
$$PWD/stable.cpp \
|
||
|
$$PWD/def.cpp
|
||
|
|
||
|
HEADERS += \
|
||
|
$$PWD/stable.h \
|
||
|
$$PWD/def.h \
|
||
|
$$PWD/logging.h \
|
||
|
$$PWD/vmath.h
|