9 lines
199 B
Plaintext
9 lines
199 B
Plaintext
|
# ADD TO EACH PATH $$PWD VARIABLE!!!!!!
|
||
|
# This need for corect working each file measurements*.pro
|
||
|
|
||
|
HEADERS += \
|
||
|
$$PWD/vtranslatemeasurements.h
|
||
|
|
||
|
SOURCES += \
|
||
|
$$PWD/vtranslatemeasurements.cpp
|