summaryrefslogtreecommitdiffstats
path: root/examples/charts/barmodelmapper
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2016-08-10 17:48:55 +0200
committerLiang Qi <liang.qi@qt.io>2016-08-11 09:00:45 +0200
commita7b80c0b6176692ee2b7abdce7acdc5c37a72d00 (patch)
tree6d4835511c823e1ebff312869e51c9ff949f85ad /examples/charts/barmodelmapper
parentc121fb4ad00bc9617a011e040ef5ed695610a504 (diff)
parent64d931d5fc5f17b8c4875f6c59f900aa59080881 (diff)
Merge remote-tracking branch 'origin/5.6' into 5.7
Conflicts: src/charts/glwidget.cpp src/charts/xychart/glxyseriesdata_p.h src/chartsqml2/declarativerendernode.cpp Change-Id: I611ff3a7874ceb7dddcf0f4d069927a9899a986d
Diffstat (limited to 'examples/charts/barmodelmapper')
-rw-r--r--examples/charts/barmodelmapper/barmodelmapper.pro23
1 files changed, 10 insertions, 13 deletions
diff --git a/examples/charts/barmodelmapper/barmodelmapper.pro b/examples/charts/barmodelmapper/barmodelmapper.pro
index 91b8f367..45a5e224 100644
--- a/examples/charts/barmodelmapper/barmodelmapper.pro
+++ b/examples/charts/barmodelmapper/barmodelmapper.pro
@@ -1,16 +1,13 @@
-!include( ../examples.pri ) {
- error( "Couldn't find the examples.pri file!" )
-}
+QT += charts
-QT += core gui
+HEADERS += \
+ customtablemodel.h \
+ tablewidget.h
-TARGET = barmodelmapper
-TEMPLATE = app
+SOURCES += \
+ customtablemodel.cpp \
+ main.cpp \
+ tablewidget.cpp
-
-SOURCES += main.cpp\
- tablewidget.cpp \
- customtablemodel.cpp
-
-HEADERS += tablewidget.h \
- customtablemodel.h
+target.path = $$[QT_INSTALL_EXAMPLES]/charts/barmodelmapper
+INSTALLS += target