74 lines
2.2 KiB
Plaintext
74 lines
2.2 KiB
Plaintext
# ADD TO EACH PATH $$PWD VARIABLE!!!!!!
|
|
# This need for corect working file translations.pro
|
|
|
|
SOURCES += \
|
|
$$PWD/qtcolorpicker.cpp \
|
|
$$PWD/vcomboboxdelegate.cpp \
|
|
$$PWD/vdecorationaligningdelegate.cpp \
|
|
$$PWD/velidedlabel.cpp \
|
|
$$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 \
|
|
$$PWD/vpiecegrainline.cpp \
|
|
$$PWD/vtoolbuttonpopup.cpp \
|
|
$$PWD/vaspectratiopixmaplabel.cpp \
|
|
$$PWD/vmousewheelwidgetadjustmentguard.cpp
|
|
|
|
*msvc*:SOURCES += $$PWD/stable.cpp
|
|
|
|
HEADERS += \
|
|
$$PWD/qtcolorpicker.h \
|
|
$$PWD/stable.h \
|
|
$$PWD/vcomboboxdelegate.h \
|
|
$$PWD/vdecorationaligningdelegate.h \
|
|
$$PWD/velidedlabel.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 \
|
|
$$PWD/vpiecegrainline.h \
|
|
$$PWD/vpiecegrainline_p.h \
|
|
$$PWD/vtoolbuttonpopup.h \
|
|
$$PWD/vaspectratiopixmaplabel.h \
|
|
$$PWD/vmousewheelwidgetadjustmentguard.h
|
|
|