pro file updated after adding the about dialog
authorAlexey Chernobaev <achernobaev@dev.rtsoft.ru>
Mon, 26 Mar 2018 16:55:42 +0000 (19:55 +0300)
committerAlexey Chernobaev <achernobaev@dev.rtsoft.ru>
Mon, 26 Mar 2018 16:55:42 +0000 (19:55 +0300)
src/heaptrack_gui.pro

index 504ee343c075c3f70e8542b9cd67e1774d761689..fffb344683f101e29b274ed4ac052b0137f6aec0 100644 (file)
@@ -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
 }