mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-31 23:34:57 +00:00
Added some svgviewer code for possible future switch to QGraphicsWebView
This commit is contained in:
parent
18e52d81bf
commit
9826f6ae02
3 changed files with 20 additions and 6 deletions
|
@ -4,7 +4,7 @@ RESOURCES = svgviewer.qrc
|
|||
SOURCES = main.cpp \
|
||||
mainwindow.cpp \
|
||||
svgview.cpp
|
||||
QT += svg xml
|
||||
QT += webkit svg xml
|
||||
|
||||
contains(QT_CONFIG, opengl): QT += opengl
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue