From: Alexey Chernobaev Date: Mon, 26 Mar 2018 16:55:42 +0000 (+0300) Subject: pro file updated after adding the about dialog X-Git-Tag: submit/tizen/20180620.112952^2^2~41 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c28d683ff9fb7b542e007753ec4f563c09c67b16;p=sdk%2Ftools%2Fheaptrack.git pro file updated after adding the about dialog --- diff --git a/src/heaptrack_gui.pro b/src/heaptrack_gui.pro index 504ee34..fffb344 100644 --- 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 }