Created a custom about box with scrollable space for the supported list
[pulseview.git] / sigrok-qt2.pro
index dde53996a74f5d1d977ba6258691f13c432313f5..b10f6cbb81158ed038debfa41295e8eca6e4119f 100644 (file)
@@ -14,11 +14,16 @@ VERSION       = 0.1.0
 DEFINES      += APP_VERSION=\\\"$$VERSION\\\"
 
 SOURCES += main.cpp\
-        mainwindow.cpp
+        mainwindow.cpp \
+    about.cpp
 
-HEADERS  += mainwindow.h
+HEADERS  += mainwindow.h \
+    about.h
 
-FORMS    += mainwindow.ui
+FORMS    += mainwindow.ui \
+    about.ui
+
+RESOURCES    += sigrok-qt2.qrc
 
 # libsigrok and libsigrokdecode
 # TODO: Check for the minimum versions of libsigrok/libsigrokdecode we need.