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