mirror of
https://github.com/correl/mercenary.git
synced 2024-11-27 11:09:52 +00:00
17 lines
460 B
Prolog
17 lines
460 B
Prolog
|
######################################################################
|
||
|
# Automatically generated by qmake (2.01a) Sat Aug 30 23:01:47 2008
|
||
|
######################################################################
|
||
|
|
||
|
TEMPLATE = app
|
||
|
# CONFIG += plugin
|
||
|
TARGET = mirc
|
||
|
DESTDIR = bin
|
||
|
DEPENDPATH += . includes src
|
||
|
INCLUDEPATH += . includes
|
||
|
|
||
|
# Input
|
||
|
HEADERS += includes/mirc.h includes/parser.h includes/script.h
|
||
|
SOURCES += src/mirc.cpp \
|
||
|
src/parser.cpp \
|
||
|
src/script.cpp
|