diff options
Diffstat (limited to '')
-rw-r--r-- | src/WhatsApp.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/WhatsApp.pro b/src/WhatsApp.pro index 6b6a24c..aa51a4b 100644 --- a/src/WhatsApp.pro +++ b/src/WhatsApp.pro @@ -41,6 +41,7 @@ DEFINES += VERSIONSTR=\\\"$${VERSION}\\\" SOURCES += \ about.cpp \ + dictionaries.cpp \ downloadmanagerwidget.cpp \ downloadwidget.cpp \ elidedlabel.cpp \ @@ -59,6 +60,7 @@ RESOURCES += \ HEADERS += \ about.h \ common.h \ + dictionaries.h \ downloadmanagerwidget.h \ downloadwidget.h \ elidedlabel.h \ |