@@ -1,3 +1,11 | |||||
|
1 | !include( ../config.pri ) { | |||
|
2 | error( "Couldn't find the config.pri file!" ) | |||
|
3 | } | |||
|
4 | ||||
|
5 | !include( ../build.pri ) { | |||
|
6 | error( "Couldn't find the build.pri file !") | |||
|
7 | } | |||
|
8 | ||||
1 | TEMPLATE = subdirs |
|
9 | TEMPLATE = subdirs | |
2 | SUBDIRS += chartthemes \ |
|
10 | SUBDIRS += chartthemes \ | |
3 | piechartcustomization \ |
|
11 | piechartcustomization \ |
@@ -1,3 +1,11 | |||||
|
1 | !include( ../config.pri ) { | |||
|
2 | error( "Couldn't find the config.pri file!" ) | |||
|
3 | } | |||
|
4 | ||||
|
5 | !include( ../build.pri ) { | |||
|
6 | error( "Couldn't find the build.pri file !") | |||
|
7 | } | |||
|
8 | ||||
1 | TEMPLATE = subdirs |
|
9 | TEMPLATE = subdirs | |
2 | SUBDIRS += \ |
|
10 | SUBDIRS += \ | |
3 | areachart \ |
|
11 | areachart \ |
General Comments 0
You need to be logged in to leave comments.
Login now