Skip to content

Project to demostate and embedding at python console into C++ QT GUI/Widget application using CMake build system.

Notifications You must be signed in to change notification settings

t-cann/qtPythonConsoleCMake

Repository files navigation

qtPythonConsoleCMake

Project to demostate and embedding at python console into C++ QT GUI/Widget application using CMake build system.

In-Source Build

  1. from in repo run "mkdir build"
  2. cd build
  3. cmake ..
  4. cmake --build .
  5. ./"Replace with Exe Name"

Pre-Requisites / Versions used to build (as writing)

  1. CMake 3.18 Version
  2. Qt 5.12 ( QTCore + QTWidgets)
  3. Python 3.8 + Dev and Libs ( need headers (.h) and libraries (.so/.a) )

Example Include Paths for IDE's

''' "/usr/include/x86_64-linux-gnu/qt5/QtCore", "/usr/include/x86_64-linux-gnu/qt5", "/usr/include/x86_64-linux-gnu/qt5/QtWidgets", "/usr/include/python3.8" '''

About

Project to demostate and embedding at python console into C++ QT GUI/Widget application using CMake build system.

Resources

Stars

Watchers

Forks

Packages

No packages published