Files
qmltermwidget/lib
Adrian Kummerlaender 62a80634fa Emit finished signal even on non-normal exits
This is a followup to 7932e3a as it would otherwise be hard to detect processes
terminated by internally or externally sent signals.

Without this patch the widget continues to operate as if nothing has changed without offering a way to react to the termination from within the application.
2015-09-04 21:53:29 +02:00
..
2010-11-12 22:51:59 +01:00
2010-10-25 16:34:14 +02:00
2010-10-01 15:54:31 +02:00
2010-10-01 15:54:31 +02:00
2010-10-01 15:54:31 +02:00
2014-07-14 13:22:13 +02:00
2014-07-14 13:22:13 +02:00
2013-01-13 20:36:29 +01:00
2015-03-16 11:38:32 -04:00
2010-10-01 16:08:52 +02:00
2010-10-01 15:54:31 +02:00
2014-07-14 13:22:13 +02:00
2014-07-14 13:22:13 +02:00
2010-10-01 15:54:31 +02:00
2013-01-23 08:39:22 +01:00
2013-01-23 08:39:22 +01:00
2013-01-13 20:36:29 +01:00

lib.pro is a *.pro-file for qmake

It produces static lib (libqtermwidget.a) only. 
For creating shared lib (*.so) uncomment "dll" in "CONFIG" line in *.pro-file

Library was tested both with HAVE_POSIX_OPENPT and HAVE_GETPT precompiler directives, 
defined in "DEFINES" line. You should select variant which would be correct for your system.