aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/WhatsApp.pro5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/WhatsApp.pro b/src/WhatsApp.pro
index 452249b..6b6a24c 100644
--- a/src/WhatsApp.pro
+++ b/src/WhatsApp.pro
@@ -40,12 +40,14 @@ VERSION = 1.0
DEFINES += VERSIONSTR=\\\"$${VERSION}\\\"
SOURCES += \
+ about.cpp \
downloadmanagerwidget.cpp \
downloadwidget.cpp \
elidedlabel.cpp \
lock.cpp \
main.cpp \
mainwindow.cpp \
+ rungaurd.cpp \
settingswidget.cpp \
utils.cpp \
webenginepage.cpp \
@@ -55,6 +57,7 @@ RESOURCES += \
icons.qrc
HEADERS += \
+ about.h \
common.h \
downloadmanagerwidget.h \
downloadwidget.h \
@@ -63,6 +66,7 @@ HEADERS += \
mainwindow.h \
notificationpopup.h \
requestinterceptor.h \
+ rungaurd.h \
settingswidget.h \
utils.h \
webenginepage.h \
@@ -88,6 +92,7 @@ desktop.path = $$DATADIR/applications/
INSTALLS += target icon desktop
FORMS += \
+ about.ui \
certificateerrordialog.ui \
downloadmanagerwidget.ui \
downloadwidget.ui \