5f0d4ea586
--HG-- branch : develop
56 lines
1.6 KiB
Plaintext
56 lines
1.6 KiB
Plaintext
# ADD TO EACH PATH $$PWD VARIABLE!!!!!!
|
|
# This need for corect working file translations.pro
|
|
|
|
SOURCES += \
|
|
$$PWD/vmaingraphicsscene.cpp \
|
|
$$PWD/vmaingraphicsview.cpp \
|
|
$$PWD/vwidgetpopup.cpp \
|
|
$$PWD/vcontrolpointspline.cpp \
|
|
$$PWD/vgraphicssimpletextitem.cpp \
|
|
$$PWD/vsimplepoint.cpp \
|
|
$$PWD/vabstractsimple.cpp \
|
|
$$PWD/vnobrushscalepathitem.cpp \
|
|
$$PWD/vsimplecurve.cpp \
|
|
$$PWD/vabstractmainwindow.cpp \
|
|
$$PWD/vtextgraphicsitem.cpp \
|
|
$$PWD/vgrainlineitem.cpp \
|
|
$$PWD/vpieceitem.cpp \
|
|
$$PWD/fancytabbar/fancytab.cpp \
|
|
$$PWD/fancytabbar/fancytabbar.cpp \
|
|
$$PWD/fancytabbar/stylehelper.cpp \
|
|
$$PWD/vcurvepathitem.cpp \
|
|
$$PWD/global.cpp \
|
|
$$PWD/vscenepoint.cpp \
|
|
$$PWD/scalesceneitems.cpp \
|
|
$$PWD/vlineedit.cpp \
|
|
$$PWD/vplaintextedit.cpp \
|
|
$$PWD/vhighlighter.cpp
|
|
|
|
*msvc*:SOURCES += $$PWD/stable.cpp
|
|
|
|
HEADERS += \
|
|
$$PWD/stable.h \
|
|
$$PWD/vmaingraphicsscene.h \
|
|
$$PWD/vmaingraphicsview.h \
|
|
$$PWD/vwidgetpopup.h \
|
|
$$PWD/vcontrolpointspline.h \
|
|
$$PWD/vgraphicssimpletextitem.h \
|
|
$$PWD/vsimplepoint.h \
|
|
$$PWD/vabstractsimple.h \
|
|
$$PWD/vnobrushscalepathitem.h \
|
|
$$PWD/vsimplecurve.h \
|
|
$$PWD/vabstractmainwindow.h \
|
|
$$PWD/vtextgraphicsitem.h \
|
|
$$PWD/vgrainlineitem.h \
|
|
$$PWD/vpieceitem.h \
|
|
$$PWD/fancytabbar/fancytab.h \
|
|
$$PWD/fancytabbar/fancytabbar.h \
|
|
$$PWD/fancytabbar/stylehelper.h \
|
|
$$PWD/vcurvepathitem.h \
|
|
$$PWD/global.h \
|
|
$$PWD/vscenepoint.h \
|
|
$$PWD/scalesceneitems.h \
|
|
$$PWD/vlineedit.h \
|
|
$$PWD/vplaintextedit.h \
|
|
$$PWD/vhighlighter.h
|