scatter.pro
17 lines
| 259 B
| text/idl
|
PrologLexer
Tero Ahola
|
r123 | !include( ../../common.pri ) { | ||
error( "Couldn't find the common.pri file!" ) | ||||
} | ||||
!include( ../../integrated.pri ) { | ||||
error( "Couldn't find the integrated.pri file !") | ||||
} | ||||
QT += core gui | ||||
TARGET = scatter | ||||
TEMPLATE = app | ||||
SOURCES += main.cpp | ||||
HEADERS += | ||||