mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-01-11 23:53:21 +00:00
* Use QtPropertyBrowser for Qt5/6 * Fix cmake for python-console for consistency * Make GUI compile for both Qt5 and Qt6 * Fix crash on init with Wayland on Qt6 * Cleanup * disable deprecation warnings for now * Relaxed cmake check for initial Qt6 test
4 lines
86 B
CMake
4 lines
86 B
CMake
CMAKE_MINIMUM_REQUIRED(VERSION 3.13)
|
|
PROJECT(QtPropertyBrowser)
|
|
ADD_SUBDIRECTORY(src)
|