17 lines
447 B
Plaintext
17 lines
447 B
Plaintext
# ADD TO EACH PATH $$PWD VARIABLE!!!!!!
|
|
# This need for corect working file translations.pro
|
|
|
|
HEADERS += \
|
|
$$PWD/vapplication.h \
|
|
$$PWD/vformula.h \
|
|
$$PWD/vformulaproperty.h \
|
|
$$PWD/vformulapropertyeditor.h \
|
|
$$PWD/vtooloptionspropertybrowser.h
|
|
|
|
SOURCES += \
|
|
$$PWD/vapplication.cpp \
|
|
$$PWD/vformula.cpp \
|
|
$$PWD/vformulaproperty.cpp \
|
|
$$PWD/vformulapropertyeditor.cpp \
|
|
$$PWD/vtooloptionspropertybrowser.cpp
|