mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-08-22 06:07:27 +02:00
9 lines
116 B
Prolog
9 lines
116 B
Prolog
QT += core gui
|
|
TARGET = demo-window
|
|
TEMPLATE = app
|
|
|
|
include(../qtimgui.pri)
|
|
|
|
SOURCES += \
|
|
demo-window.cpp
|