Please enable JavaScript to use RhodeCode Enterprise
##// END OF EJS Templates
Michal Klocek
- Thu, 19 Jan 2012 14:55:16
Show More
0
test/test.pro
test/test.pro
created
644
+2
0
@@
-0,0
+1,2
1
TEMPLATE = subdirs
2
SUBDIRS += chartwidgettest
0
charts.pro
charts.pro
+5
-1
@@
-1,5
+1,9
1
! include ( common . pri ) {
2
error ( 'missing common.pri' )
3
}
4
1
5
TEMPLATE = subdirs
2
SUBDIRS += src example #qmlplugin
6
SUBDIRS += src example test
3
7
CONFIG += ordered
4
8
QMAKE_CXXFLAGS += - g - Wall
5
9
QMAKE_DISTCLEAN += - r build bin
0
common.pri
common.pri
+3
-1
@@
-1,6
+1,8
1
CONFIG+=internal_build #remove if you want to build against installed libs
2
1
3
CHART_BUILD_HEADER_DIR = $$PWD/include
2
4
CHART_BUILD_LIB_DIR = $$PWD/lib
3
5
CHART_BUILD_DIR = $$PWD/build
4
6
CHART_BUILD_BIN = $$PWD/bin
5
CONFIG+=build_examples
7
6
8
0
example/linechart/linechart.pro
example/linechart/linechart.pro
+7
-5
@@
-1,13
+1,15
1
CONFIG += internal_build
1
! include ( .. /../common . pri ) {
2
error ( Couldn 't find the common.pri file! )
3
}
4
5
!include( ../../internal.pri ) {
6
error( Couldn't find the internal . pri file !)
7
}
2
8
3
9
TARGET = lineChart
4
10
TEMPLATE = app
5
11
QT += core gui
6
12
SOURCES += main . cpp
7
13
8
! include ( .. /../common . pri ) {
9
message ( 'missing common pri' )
10
CONFIG += qtcommercialchart
11
}
12
14
13
15
0
internal.pri
internal.pri example/example.pri
renamed
+5
-4
@@
-1,12
+1,13
1
build_examples:{
1
internal_build:{
2
2
message('Internal build within charts core source tree')
3
3
INCLUDEPATH += $$CHART_BUILD_HEADER_DIR
4
4
LIBS += -L $$CHART_BUILD_LIB_DIR -Wl,-rpath,$$CHART_BUILD_LIB_DIR
5
5
DESTDIR = $$CHART_BUILD_BIN
6
6
CONFIG(debug, debug|release) {
7
7
LIBS += -lQtCommercialChartd
8
} else {
8
} else {
9
9
LIBS += -lQtCommercialChart
10
}
11
10
}
11
}else{
12
CONFIG+=qtcommercialchart
12
13
}
0
src/src.pro
src/src.pro
+2
0
@@
-2,11
+2,13
2
2
error ( Couldn ' t find the common . pri file ! )
3
3
}
4
4
5
5
6
TARGET = QtCommercialChart
6
7
DESTDIR = $$ CHART_BUILD_LIB_DIR
7
8
TEMPLATE = lib
8
9
QT += core \
9
10
gui
11
CONFIG -= internal_build
10
12
CONFIG += debug_and_release
11
13
CONFIG ( debug , debug | release ) : TARGET = QtCommercialChartd
12
14
0
test/chartwidgettest/chartwidgettest.pro
test/chartwidgettest/chartwidgettest.pro
+10
-10
Site-wide shortcuts
/
Use quick search box
g h
Goto home page
g g
Goto my private gists page
g G
Goto my public gists page
g 0-9
Goto bookmarked items from 0-9
n r
New repository page
n g
New gist page
Repositories
g s
Goto summary page
g c
Goto changelog page
g f
Goto files page
g F
Goto files page with file search activated
g p
Goto pull requests page
g o
Goto repository settings
g O
Goto repository access permissions settings
t s
Toggle sidebar on some pages