winpty/Agent/Agent.pro
Ryan Prichard 22b4de90b8 Checkpoint a reimplementation that uses Qt extensively.
- Use QMake instead of CMake.

 - Use QLocalSocket/QLocalServer to access Win32 named pipes.
2011-10-31 02:19:18 -07:00

27 lines
411 B
Prolog

#-------------------------------------------------
#
# Project created by QtCreator 2011-10-30T22:44:39
#
#-------------------------------------------------
QT += core
QT -= gui
QT += network
TARGET = Agent
CONFIG += console
CONFIG -= app_bundle
TEMPLATE = app
SOURCES += main.cc \
Agent.cc \
../Shared/DebugClient.cc
HEADERS += \
Agent.h \
../Shared/DebugClient.h