diff options
author | zheng_wenlong <wenlong_zheng@nexty-ele.com> | 2018-12-04 16:27:03 +0900 |
---|---|---|
committer | zheng_wenlong <wenlong_zheng@nexty-ele.com> | 2018-12-04 16:27:03 +0900 |
commit | 5cc96b75fb3c396bd412e762fe3a611bcd8e34c4 (patch) | |
tree | 84a1bcc92117a640eae6814ed190dd5ef19602e4 /app/app.pro | |
parent | cf1d48d14028697c8ac9643df5320a4c6852f917 (diff) |
merge githubsandbox/zheng_wenlong/ces2019_vertical
Diffstat (limited to 'app/app.pro')
-rw-r--r-- | app/app.pro | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/app.pro b/app/app.pro index c693ee9..f058415 100644 --- a/app/app.pro +++ b/app/app.pro @@ -16,7 +16,8 @@ HEADERS += \ file_operation.h SOURCES += main.cpp \ - dbus_server.cpp + dbus_server.cpp \ + file_operation.cpp RESOURCES += \ navigation.qrc \ |