mirror of
https://github.com/correl/mercenary.git
synced 2024-11-23 19:19:51 +00:00
15 lines
406 B
Prolog
15 lines
406 B
Prolog
|
######################################################################
|
||
|
# Automatically generated by qmake (2.01a) Mon Aug 13 15:01:40 2007
|
||
|
######################################################################
|
||
|
|
||
|
TEMPLATE = app
|
||
|
TARGET = testapp
|
||
|
DESTDIR = bin
|
||
|
DEPENDPATH += .
|
||
|
INCLUDEPATH += .
|
||
|
QT += network
|
||
|
|
||
|
# Input
|
||
|
HEADERS += testapp.h ../src/ircclient.h
|
||
|
SOURCES += main.cpp testapp.cpp ../src/ircclient.cpp
|