16 lines
321 B
Plaintext
16 lines
321 B
Plaintext
|
# ADD TO EACH PATH $$PWD VARIABLE!!!!!!
|
||
|
# This need for corect working file translations.pro
|
||
|
|
||
|
SOURCES += \
|
||
|
$$PWD/main.cpp \
|
||
|
$$PWD/puzzlemainwindow.cpp
|
||
|
|
||
|
*msvc*:SOURCES += $$PWD/stable.cpp
|
||
|
|
||
|
HEADERS += \
|
||
|
$$PWD/puzzlemainwindow.h \
|
||
|
$$PWD/stable.h
|
||
|
|
||
|
FORMS += \
|
||
|
$$PWD/puzzlemainwindow.ui
|