scatterinteractions.pro
12 lines
| 219 B
| text/idl
|
PrologLexer
Tero Ahola
|
r394 | !include( ../example.pri ) { | ||
error( "Couldn't find the example.pri file!" ) | ||||
} | ||||
QT += core gui | ||||
TARGET = scatterinteractions | ||||
TEMPLATE = app | ||||
SOURCES += main.cpp\ | ||||
mainwindow.cpp | ||||
HEADERS += mainwindow.h | ||||