Reorganizing last commit. Changes to kpty.cpp were moved to file utmpmac.cpp. Thus I modified .pro

file to add this new file utmpmac to be compiled. I have put both .cpp and .h files inside a macro
so that they are only considered when building from a mac. Same with include from kpty.cpp.
This commit is contained in:
aacalfa
2014-07-31 22:28:12 -03:00
parent 9d7efad798
commit 5978a0de70
4 changed files with 204 additions and 182 deletions
+2 -1
View File
@@ -43,7 +43,8 @@ SOURCES += \
$$PWD/src/Filter.cpp \
$$PWD/src/ColorScheme.cpp \
$$PWD/src/TerminalDisplay.cpp \
$$PWD/src/ksession.cpp
$$PWD/src/ksession.cpp \
src/utmpmac.cpp
HEADERS += \
$$PWD/src/plugin.h \