linechart.pro
15 lines
| 242 B
| text/idl
|
PrologLexer
Michal Klocek
|
r34 | !include( ../../common.pri ) { | ||
Michal Klocek
|
r44 | error( "Couldn't find the common.pri file!" ) | ||
Michal Klocek
|
r34 | } | ||
Michal Klocek
|
r44 | !include( ../../integrated.pri ) { | ||
error( "Couldn't find the integrated.pri file !") | ||||
Michal Klocek
|
r34 | } | ||
Michal Klocek
|
r32 | |||
Michal Klocek
|
r12 | TARGET = lineChart | ||
TEMPLATE = app | ||||
QT += core gui | ||||
Michal Klocek
|
r32 | SOURCES += main.cpp | ||
Michal Klocek
|
r12 | |||