b6e0d97df0
--HG-- branch : develop
12 lines
230 B
Plaintext
12 lines
230 B
Plaintext
# ADD TO EACH PATH $$PWD VARIABLE!!!!!!
|
|
# This need for corect working file translations.pro
|
|
|
|
SOURCES += \
|
|
$$PWD/abstracttest.cpp
|
|
|
|
*msvc*:SOURCES += $$PWD/stable.cpp
|
|
|
|
HEADERS += \
|
|
$$PWD/stable.h \
|
|
$$PWD/abstracttest.h
|