Merge pull request #31 from raboof/fixPythonBindings
Fix python binding compile errors #23
This commit is contained in:
+1
-1
@@ -61,7 +61,7 @@ makefile = pyqtconfig.QtGuiModuleMakefile(
|
||||
# specific prefixes or extensions (e.g. the "lib" prefix on UNIX, or the
|
||||
# ".dll" extension on Windows).
|
||||
makefile.extra_lib_dirs.append("..")
|
||||
makefile.extra_libs = ["qtermwidget"]
|
||||
makefile.extra_libs = ["qtermwidget4"]
|
||||
|
||||
# Generate the Makefile itself.
|
||||
makefile.generate()
|
||||
|
||||
@@ -22,7 +22,7 @@ public:
|
||||
void setTerminalFont(QFont &font);
|
||||
void setArgs(QStringList &args);
|
||||
void setTextCodec(QTextCodec *codec);
|
||||
void setColorScheme(int scheme);
|
||||
void setColorScheme(const QString & name);
|
||||
void setSize(int h, int v);
|
||||
void setHistorySize(int lines);
|
||||
void setScrollBarPosition(ScrollBarPosition);
|
||||
|
||||
Reference in New Issue
Block a user