Skip to content
This repository has been archived by the owner on Oct 12, 2021. It is now read-only.

Commit

Permalink
Fix lib QxtGlobalShortcut not found under GCC
Browse files Browse the repository at this point in the history
  • Loading branch information
Asvel committed Sep 28, 2014
1 parent 1900e1a commit 4df67db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pygs/configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,6 @@ def __init__(self):
makefile = sipconfig.SIPModuleMakefile(config, build_file, qt=["QtCore", "QtGui"])
makefile.extra_include_dirs.append(os.path.join(here, "../libqxt/src/core"))
makefile.extra_include_dirs.append(os.path.join(here, "../libqxt/src/widgets"))
makefile.extra_lib_dirs.append(os.path.abspath(os.curdir))
makefile.extra_libs.append("QxtGlobalShortcut")
makefile.generate()

0 comments on commit 4df67db

Please sign in to comment.