##// END OF EJS Templates
Renames internal.pri to integrated.pri
Michal Klocek -
r44:e27ee8c1403e
parent child
Show More
@@ -1,9 +1,9
1 1 !include( ../../common.pri ) {
2 error( Couldn't find the common.pri file! )
2 error( "Couldn't find the common.pri file!" )
3 3 }
4 4
5 !include( ../../internal.pri ) {
6 error( Couldn't find the internal.pri file !)
5 !include( ../../integrated.pri ) {
6 error( "Couldn't find the integrated.pri file !")
7 7 }
8 8
9 9 TARGET = lineChart
1 NO CONTENT: file renamed from internal.pri to integrated.pri
@@ -2,8 +2,8
2 2 error( Couldn't find the common.pri file! )
3 3 }
4 4
5 !include( ../../internal.pri ) {
6 error( Couldn't find the internal.pri file! )
5 !include( ../../integrated.pri ) {
6 error( Couldn't find the integrated.pri file! )
7 7 }
8 8
9 9
General Comments 0
You need to be logged in to leave comments. Login now