3
0
Fork 0
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:
Clifford Wolf 2013-11-27 20:43:42 +01:00
parent 18e52d81bf
commit 9826f6ae02
3 changed files with 20 additions and 6 deletions

View file

@ -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