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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user