comparison lib/README @ 15628:e67d0d06c18b

Forked from QTermWidget.
author Jacob Dawid <jacob.dawid@googlemail.com>
date Mon, 23 Jan 2012 12:22:13 +0100
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 15628:e67d0d06c18b
1 lib.pro is a *.pro-file for qmake
2
3 It produces static lib (libqtermwidget.a) only.
4 For creating shared lib (*.so) uncomment "dll" in "CONFIG" line in *.pro-file
5
6 Library was tested both with HAVE_POSIX_OPENPT and HAVE_GETPT precompiler directives,
7 defined in "DEFINES" line. You should select variant which would be correct for your system.