a01f06b439
Expected name is stable.h/cpp.
60 lines
1.6 KiB
Plaintext
60 lines
1.6 KiB
Plaintext
# ADD TO EACH PATH $$PWD VARIABLE!!!!!!
|
|
# This need for corect working file translations.pro
|
|
|
|
SOURCES += \
|
|
$$PWD/dialogs/vpdialogabout.cpp \
|
|
$$PWD/main.cpp \
|
|
$$PWD/vpapplication.cpp \
|
|
$$PWD/vpcarrousel.cpp \
|
|
$$PWD/vpcarrouselpiece.cpp \
|
|
$$PWD/vpcarrouselpiecelist.cpp \
|
|
$$PWD/vpcommandline.cpp \
|
|
$$PWD/vpcommands.cpp \
|
|
$$PWD/vpgraphicspiece.cpp \
|
|
$$PWD/vpgraphicssheet.cpp \
|
|
$$PWD/vpgraphicstilegrid.cpp \
|
|
$$PWD/vplayout.cpp \
|
|
$$PWD/vpmaingraphicsview.cpp \
|
|
$$PWD/vpmainwindow.cpp \
|
|
$$PWD/vpmimedatapiece.cpp \
|
|
$$PWD/vppiece.cpp \
|
|
$$PWD/vppiecelist.cpp \
|
|
$$PWD/vpsettings.cpp \
|
|
$$PWD/vpsheet.cpp \
|
|
$$PWD/vptilefactory.cpp \
|
|
$$PWD/xml/vplayoutfilereader.cpp \
|
|
$$PWD/xml/vplayoutfilewriter.cpp \
|
|
$$PWD/xml/vplayoutliterals.cpp
|
|
|
|
*msvc*:SOURCES += $$PWD/stable.cpp
|
|
|
|
HEADERS += \
|
|
$$PWD/dialogs/vpdialogabout.h \
|
|
$$PWD/stable.h \
|
|
$$PWD/vpapplication.h \
|
|
$$PWD/vpcarrousel.h \
|
|
$$PWD/vpcarrouselpiece.h \
|
|
$$PWD/vpcarrouselpiecelist.h \
|
|
$$PWD/vpcommandline.h \
|
|
$$PWD/vpcommands.h \
|
|
$$PWD/vpgraphicspiece.h \
|
|
$$PWD/vpgraphicssheet.h \
|
|
$$PWD/vpgraphicstilegrid.h \
|
|
$$PWD/vplayout.h \
|
|
$$PWD/vpmaingraphicsview.h \
|
|
$$PWD/vpmainwindow.h \
|
|
$$PWD/vpmimedatapiece.h \
|
|
$$PWD/vppiece.h \
|
|
$$PWD/vppiecelist.h \
|
|
$$PWD/vpsettings.h \
|
|
$$PWD/vpsheet.h \
|
|
$$PWD/vptilefactory.h \
|
|
$$PWD/xml/vplayoutfilereader.h \
|
|
$$PWD/xml/vplayoutfilewriter.h \
|
|
$$PWD/xml/vplayoutliterals.h
|
|
|
|
FORMS += \
|
|
$$PWD/dialogs/vpdialogabout.ui \
|
|
$$PWD/vpcarrousel.ui \
|
|
$$PWD/vpmainwindow.ui
|