buildsystem - install the Python bindings into standard "site-packages"

Follow Python standards and install the bindings into
<prefix>/lib/pythonX.Y/site-packages

sync the Python cmake files with KDAB repository
This commit is contained in:
Allen Winter
2021-07-23 12:05:02 -04:00
parent 990fac9a0a
commit 73ca6e6671
12 changed files with 212 additions and 222 deletions

View File

@@ -15,7 +15,7 @@ from MyMainWindow import MyMainWindow
from PySide import QtWidgets, QtCore
import sys
import rc_assets
#import rc_assets
if __name__ == "__main__":
QtWidgets.QApplication.setAttribute(QtCore.Qt.AA_EnableHighDpiScaling)