##// END OF EJS Templates
Adds private headers handling...
Adds private headers handling * build examples plugin test only with integrated build * adds private headers to include/private

File last commit:

r193:862e361671e1
r193:862e361671e1
Show More
src.pro
124 lines | 3.8 KiB | text/idl | PrologLexer
Michal Klocek
Fix previous broken commit
r145 !include( ../common.pri ):error( Couldn't find the common.pri file! )
Michal Klocek
fix CRLF in src.pro
r36 TARGET = QtCommercialChart
Michal Klocek
Revert "Integrated scatter series"...
r39 DESTDIR = $$CHART_BUILD_LIB_DIR
Michal Klocek
fix CRLF in src.pro
r36 TEMPLATE = lib
QT += core \
gui
CONFIG += debug_and_release
CONFIG(debug, debug|release):TARGET = QtCommercialChartd
Michal Klocek
Fix previous broken commit
r145 SOURCES += barchart/barchartseries.cpp \
sauimone
Integrating bar chart. Cleaned up old implementation. TODO: show this in test application. how?
r56 barchart/bargroup.cpp \
barchart/bar.cpp \
sauimone
added example for stacked bar chart.
r95 barchart/stackedbarchartseries.cpp \
barchart/stackedbargroup.cpp \
sauimone
percent bar chart
r101 barchart/percentbarchartseries.cpp \
barchart/percentbargroup.cpp \
sauimone
added labels to barcharts
r114 barchart/barlabel.cpp \
sauimone
model prototyping for bar chart
r159 barchart/barchartmodel.cpp \
Michal Klocek
Fix previous broken commit
r145 barchart/separator.cpp \
barchart/bargroupbase.cpp \
sauimone
proof of concept implementation for barset and barcategory
r169 barchart/qbarset.cpp \
barchart/qbarcategory.cpp \
sauimone
model prototyping for bar chart
r159 linechart/linechartanimationitem.cpp \
linechart/linechartitem.cpp \
linechart/qlinechartseries.cpp \
Tero Ahola
Integrated scatter type series...
r42 qscatterseries.cpp \
Tero Ahola
Integrated scatter again. Missing functionality....
r158 #scatterpresentation.cpp \
Michal Klocek
fix CRLF in src.pro
r36 qchart.cpp \
Michal Klocek
Add zoom support...
r67 axisitem.cpp \
sauimone
Refactored series creation.
r62 qchartview.cpp \
Michal Klocek
Adds qchartaxis stub
r72 qchartseries.cpp \
Tero Ahola
Refactored themes; now enabled for line, scatter and pies...
r103 qchartaxis.cpp \
sauimone
refactored barcharts. layout to derived classess other funtionality to base class
r126 charttheme.cpp \
Michal Klocek
Refactors qchart , adds line animation...
r131 chartdataset.cpp \
chartpresenter.cpp \
Tero Ahola
Integrated scatter again. Missing functionality....
r158 domain.cpp \
scatterpresenter.cpp
Michal Klocek
Fix previous broken commit
r145 PRIVATE_HEADERS += linechart/linechartitem_p.h \
linechart/linechartanimationitem_p.h \
sauimone
added labels to barcharts
r114 barchart/barlabel_p.h \
sauimone
renamed bar.h to bar_p.h
r118 barchart/bar_p.h \
sauimone
refactored barcharts. layout to derived classess other funtionality to base class
r126 barchart/separator_p.h \
sauimone
model prototyping for bar chart
r159 barchart/barchartmodel_p.h \
Tero Ahola
Integrated scatter type series...
r42 qscatterseries_p.h \
Tero Ahola
Integrated scatter again. Missing functionality....
r158 #scatterpresentation.h \
Michal Klocek
Add zoom support...
r67 axisitem_p.h \
Tero Ahola
Refactoring continued: restored ChartItem class
r104 chartitem_p.h \
Michal Klocek
Refactors qchart , adds line animation...
r131 charttheme_p.h \
chartdataset_p.h \
chartpresenter_p.h \
Michal Klocek
Fix previous broken commit
r145 domain_p.h
PUBLIC_HEADERS += linechart/qlinechartseries.h \
sauimone
Integrating bar chart. Cleaned up old implementation. TODO: show this in test application. how?
r56 barchart/barchartseries.h \
Michal Klocek
Adds rubberband for zooming...
r58 barchart/bargroup.h \
sauimone
added example for stacked bar chart.
r95 barchart/stackedbarchartseries.h \
barchart/stackedbargroup.h \
sauimone
percent bar chart
r101 barchart/percentbarchartseries.h \
barchart/percentbargroup.h \
sauimone
refactored barcharts. layout to derived classess other funtionality to base class
r126 barchart/bargroupbase.h \
sauimone
proof of concept implementation for barset and barcategory
r169 barchart/qbarset.h \
barchart/qbarcategory.h \
Michal Klocek
Fix previous broken commit
r145 qchartseries.h \
qscatterseries.h \
qchart.h \
qchartglobal.h \
Michal Klocek
Adds qchartaxis stub
r72 qchartview.h \
Michal Klocek
Fix previous broken commit
r145 qchartaxis.h
Jani Honkonen
Moved pie stuff to own .pri file and rename stuff
r146
include(piechart/piechart.pri)
Michal Klocek
Fix previous broken commit
r145 THEMES += themes/chartthemeicy_p.h \
Michal Klocek
Refactor themes...
r143 themes/chartthemegrayscale_p.h \
themes/chartthemescientific_p.h \
Michal Klocek
Fix previous broken commit
r145 themes/chartthemevanilla_p.h
Tero Ahola
Integrated scatter again. Missing functionality....
r158 HEADERS += $$PUBLIC_HEADERS \
scatterpresenter.h
Michal Klocek
fix CRLF in src.pro
r36 HEADERS += $$PRIVATE_HEADERS
Michal Klocek
Refactor themes...
r143 HEADERS += $$THEMES
Michal Klocek
Fix previous broken commit
r145 INCLUDEPATH += linechart \
barchart \
themes \
.
Michal Klocek
Revert "Integrated scatter series"...
r39 OBJECTS_DIR = $$CHART_BUILD_DIR/lib
MOC_DIR = $$CHART_BUILD_DIR/lib
UI_DIR = $$CHART_BUILD_DIR/lib
RCC_DIR = $$CHART_BUILD_DIR/lib
Michal Klocek
fix CRLF in src.pro
r36 DEFINES += QTCOMMERCIALCHART_LIBRARY
public_headers.path = $$[QT_INSTALL_HEADERS]/QtCommercialChart
public_headers.files = $$PUBLIC_HEADERS
target.path = $$[QT_INSTALL_LIBS]
INSTALLS += target \
public_headers
Michal Klocek
Adds private headers handling...
r193 install_build_public_headers.name = bild_public_headers
install_build_public_headers.output = $$CHART_BUILD_PUBLIC_HEADER_DIR/${QMAKE_FILE_BASE}.h
install_build_public_headers.input = PUBLIC_HEADERS
install_build_public_headers.commands = $$QMAKE_COPY \
Michal Klocek
Fix previous broken commit
r145 ${QMAKE_FILE_NAME} \
Michal Klocek
Adds private headers handling...
r193 $$CHART_BUILD_PUBLIC_HEADER_DIR
install_build_public_headers.CONFIG += target_predeps \
Michal Klocek
Fix previous broken commit
r145 no_link
Michal Klocek
Adds private headers handling...
r193 install_build_private_headers.name = bild_private_headers
install_build_private_headers.output = $$CHART_BUILD_PRIVATE_HEADER_DIR/${QMAKE_FILE_BASE}.h
install_build_private_headers.input = PRIVATE_HEADERS
install_build_private_headers.commands = $$QMAKE_COPY \
${QMAKE_FILE_NAME} \
$$CHART_BUILD_PRIVATE_HEADER_DIR
install_build_private_headers.CONFIG += target_predeps \
no_link
QMAKE_EXTRA_COMPILERS += install_build_public_headers install_build_private_headers
Michal Klocek
Revert "Integrated scatter series"...
r39 chartversion.target = qchartversion_p.h
Michal Klocek
Fix previous broken commit
r145 chartversion.commands = @echo \
"build_time" \
> \
$$chartversion.target;
chartversion.depends = $$HEADERS \
$$SOURCES
Michal Klocek
Revert "Integrated scatter series"...
r39 PRE_TARGETDEPS += qchartversion_p.h
Michal Klocek
Fix previous broken commit
r145 QMAKE_CLEAN += qchartversion_p.h
Michal Klocek
Revert "Integrated scatter series"...
r39 QMAKE_EXTRA_TARGETS += chartversion
Michal Klocek
Fix previous broken commit
r145 unix:QMAKE_DISTCLEAN += -r \
$$CHART_BUILD_HEADER_DIR \
$$CHART_BUILD_LIB_DIR
win32:QMAKE_DISTCLEAN += /Q \
$$CHART_BUILD_HEADER_DIR \
$$CHART_BUILD_LIB_DIR