Skip to content

Commit 1fd90ec

Browse files
committed
Add missing debug installation.
1 parent a044d33 commit 1fd90ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install-qt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ def run(cmd):
2222
if py3k:
2323
run('sudo apt-get install -qq python3-pyside{,-dbg}')
2424
else:
25-
run('sudo apt-get install -qq python-pyside')
25+
run('sudo apt-get install -qq python-pyside{,-dbg}')
2626

0 commit comments

Comments
 (0)