view libqterminal/libqterminal.pro @ 15652:2d6724358c12

Corrected INCLUDEPATH.
author Jacob Dawid <jacob.dawid@googlemail.com>
date Mon, 30 Jan 2012 11:42:26 +0100
parents 845cebf281aa
children 35c891dce299
line wrap: on
line source

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

CONFIG		+= staticlib

QT += core gui

unix {

DEFINES 	+= HAVE_POSIX_OPENPT	    
#or DEFINES 	+= HAVE_GETPT

INCLUDEPATH += unix
HEADERS  = unix/BlockArray.h \
           unix/Character.h \
           unix/CharacterColor.h \
           unix/Emulation.h \
           unix/ExtendedDefaultTranslator.h \
           unix/Filter.h \
           unix/History.h \
           unix/KeyboardTranslator.h \
           unix/konsole_wcwidth.h \
           unix/kpty.h \
           unix/kpty_p.h \
           unix/LineFont.h \
           unix/QUnixTerminalImpl.h \
           unix/Screen.h \
           unix/ScreenWindow.h \
           unix/TerminalCharacterDecoder.h \
           unix/Vt102Emulation.h \
    	   unix/SelfListener.h \
           unix/TerminalModel.h \
           unix/TerminalView.h

SOURCES  = unix/BlockArray.cpp \
           unix/Emulation.cpp \
           unix/Filter.cpp \
           unix/History.cpp \
           unix/KeyboardTranslator.cpp \
           unix/konsole_wcwidth.cpp \
           unix/kpty.cpp \
           unix/QUnixTerminalImpl.cpp \
           unix/Screen.cpp \
           unix/ScreenWindow.cpp \
           unix/TerminalCharacterDecoder.cpp \
           unix/Vt102Emulation.cpp \
    	   unix/SelfListener.cpp \
           unix/TerminalModel.cpp \
           unix/TerminalView.cpp
}

win32 {
INCLUDEPATH += win32
HEADERS  = win32/QTerminalColors.h \
		   win32/QWinTerminalImpl.h

SOURCES  = win32/QTerminalColors.cpp \
		   win32/QWinTerminalImpl.cpp
}

HEADERS  = QTerminal.h \
		   QTerminal