view libqterminal/libqterminal.pro @ 15647:a044a259c423

Renamed SessionModel in TerminalModel.
author Jacob Dawid <jacob.dawid@googlemail.com>
date Fri, 27 Jan 2012 23:28:55 +0100
parents f570d3baa6fb
children d49e99269c0b
line wrap: on
line source

TEMPLATE	= lib
VERSION		= 0.1.0
DESTDIR 	= .
TARGET		= qterminal

CONFIG		+= staticlib

QT += core gui

DEFINES 	+= HAVE_POSIX_OPENPT	    
#or DEFINES 	+= HAVE_GETPT

HEADERS  = BlockArray.h \
           Character.h \
           CharacterColor.h \
           Emulation.h \
           ExtendedDefaultTranslator.h \
           Filter.h \
           History.h \
           KeyboardTranslator.h \
           konsole_wcwidth.h \
           kpty.h \
           kpty_p.h \
           LineFont.h \
           QTerminal.h \
           Screen.h \
           ScreenWindow.h \
           TerminalCharacterDecoder.h \
           Vt102Emulation.h \
    SessionView.h \
    SelfListener.h \
    TerminalModel.h
SOURCES  = BlockArray.cpp \
           Emulation.cpp \
           Filter.cpp \
           History.cpp \
           KeyboardTranslator.cpp \
           konsole_wcwidth.cpp \
           kpty.cpp \
           QTerminal.cpp \
           Screen.cpp \
           ScreenWindow.cpp \
           TerminalCharacterDecoder.cpp \
           Vt102Emulation.cpp \
    SessionView.cpp \
    SelfListener.cpp \
    TerminalModel.cpp