projects
/
sdk
/
tools
/
heaptrack.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9eaadc1
)
pro file updated after adding the about dialog
author
Alexey Chernobaev
<achernobaev@dev.rtsoft.ru>
Mon, 26 Mar 2018 16:55:42 +0000
(19:55 +0300)
committer
Alexey Chernobaev
<achernobaev@dev.rtsoft.ru>
Mon, 26 Mar 2018 16:55:42 +0000
(19:55 +0300)
src/heaptrack_gui.pro
patch
|
blob
|
history
diff --git
a/src/heaptrack_gui.pro
b/src/heaptrack_gui.pro
index 504ee343c075c3f70e8542b9cd67e1774d761689..fffb344683f101e29b274ed4ac052b0137f6aec0 100644
(file)
--- a/
src/heaptrack_gui.pro
+++ b/
src/heaptrack_gui.pro
@@
-135,8
+135,13
@@
USE_CHART {
NO_K_LIB {
HEADERS += \
- analyze/gui/noklib.h
+ analyze/gui/noklib.h \
+ analyze/gui/aboutdialog.h
+
+ SOURCES += \
+ analyze/gui/aboutdialog.cpp
FORMS += \
- analyze/gui/mainwindow_noklib.ui
+ analyze/gui/mainwindow_noklib.ui \
+ analyze/gui/aboutdialog.ui
}