mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 17:40:39 +00:00
Add RDLabel, an expanded QLabel
This commit is contained in:
@@ -92,7 +92,8 @@ SOURCES += Code/main.cpp \
|
||||
Code/Core.cpp \
|
||||
Widgets/RDLineEdit.cpp \
|
||||
3rdparty/flowlayout/FlowLayout.cpp \
|
||||
Widgets/ResourcePreview.cpp
|
||||
Widgets/ResourcePreview.cpp \
|
||||
Widgets/RDLabel.cpp
|
||||
|
||||
HEADERS += Windows/MainWindow.h \
|
||||
Windows/EventBrowser.h \
|
||||
@@ -106,7 +107,8 @@ HEADERS += Windows/MainWindow.h \
|
||||
Code/RenderManager.h \
|
||||
Widgets/RDLineEdit.h \
|
||||
3rdparty/flowlayout/FlowLayout.h \
|
||||
Widgets/ResourcePreview.h
|
||||
Widgets/ResourcePreview.h \
|
||||
Widgets/RDLabel.h
|
||||
|
||||
FORMS += Windows/MainWindow.ui \
|
||||
Windows/EventBrowser.ui \
|
||||
|
||||
Reference in New Issue
Block a user