diff --git a/thirdparty/CMakeLists.txt b/thirdparty/CMakeLists.txt index 85a5e8dda..e3e0fdc91 100644 --- a/thirdparty/CMakeLists.txt +++ b/thirdparty/CMakeLists.txt @@ -1,2 +1,2 @@ add_subdirectory( jdns ) -add_subdirectory( QTweetLib ) +add_subdirectory( qtweetlib ) diff --git a/thirdparty/QTweetLib/CMakeLists.txt b/thirdparty/qtweetlib/CMakeLists.txt similarity index 100% rename from thirdparty/QTweetLib/CMakeLists.txt rename to thirdparty/qtweetlib/CMakeLists.txt diff --git a/thirdparty/QTweetLib/LICENSE b/thirdparty/qtweetlib/LICENSE similarity index 100% rename from thirdparty/QTweetLib/LICENSE rename to thirdparty/qtweetlib/LICENSE diff --git a/thirdparty/QTweetLib/QTweetLib.pro b/thirdparty/qtweetlib/QTweetLib.pro similarity index 100% rename from thirdparty/QTweetLib/QTweetLib.pro rename to thirdparty/qtweetlib/QTweetLib.pro diff --git a/thirdparty/QTweetLib/README b/thirdparty/qtweetlib/README similarity index 100% rename from thirdparty/QTweetLib/README rename to thirdparty/qtweetlib/README diff --git a/thirdparty/QTweetLib/examples/examples.pro b/thirdparty/qtweetlib/examples/examples.pro similarity index 100% rename from thirdparty/QTweetLib/examples/examples.pro rename to thirdparty/qtweetlib/examples/examples.pro diff --git a/thirdparty/QTweetLib/examples/followers/FollowerDelegate.qml b/thirdparty/qtweetlib/examples/followers/FollowerDelegate.qml similarity index 100% rename from thirdparty/QTweetLib/examples/followers/FollowerDelegate.qml rename to thirdparty/qtweetlib/examples/followers/FollowerDelegate.qml diff --git a/thirdparty/QTweetLib/examples/followers/FollowersList.qml b/thirdparty/qtweetlib/examples/followers/FollowersList.qml similarity index 100% rename from thirdparty/QTweetLib/examples/followers/FollowersList.qml rename to thirdparty/qtweetlib/examples/followers/FollowersList.qml diff --git a/thirdparty/QTweetLib/examples/followers/followers.cpp b/thirdparty/qtweetlib/examples/followers/followers.cpp similarity index 100% rename from thirdparty/QTweetLib/examples/followers/followers.cpp rename to thirdparty/qtweetlib/examples/followers/followers.cpp diff --git a/thirdparty/QTweetLib/examples/followers/followers.h b/thirdparty/qtweetlib/examples/followers/followers.h similarity index 100% rename from thirdparty/QTweetLib/examples/followers/followers.h rename to thirdparty/qtweetlib/examples/followers/followers.h diff --git a/thirdparty/QTweetLib/examples/followers/followers.pro b/thirdparty/qtweetlib/examples/followers/followers.pro similarity index 100% rename from thirdparty/QTweetLib/examples/followers/followers.pro rename to thirdparty/qtweetlib/examples/followers/followers.pro diff --git a/thirdparty/QTweetLib/examples/followers/followers.qrc b/thirdparty/qtweetlib/examples/followers/followers.qrc similarity index 100% rename from thirdparty/QTweetLib/examples/followers/followers.qrc rename to thirdparty/qtweetlib/examples/followers/followers.qrc diff --git a/thirdparty/QTweetLib/examples/followers/followers.ui b/thirdparty/qtweetlib/examples/followers/followers.ui similarity index 100% rename from thirdparty/QTweetLib/examples/followers/followers.ui rename to thirdparty/qtweetlib/examples/followers/followers.ui diff --git a/thirdparty/QTweetLib/examples/followers/followerslistmodel.cpp b/thirdparty/qtweetlib/examples/followers/followerslistmodel.cpp similarity index 100% rename from thirdparty/QTweetLib/examples/followers/followerslistmodel.cpp rename to thirdparty/qtweetlib/examples/followers/followerslistmodel.cpp diff --git a/thirdparty/QTweetLib/examples/followers/followerslistmodel.h b/thirdparty/qtweetlib/examples/followers/followerslistmodel.h similarity index 100% rename from thirdparty/QTweetLib/examples/followers/followerslistmodel.h rename to thirdparty/qtweetlib/examples/followers/followerslistmodel.h diff --git a/thirdparty/QTweetLib/examples/followers/main.cpp b/thirdparty/qtweetlib/examples/followers/main.cpp similarity index 100% rename from thirdparty/QTweetLib/examples/followers/main.cpp rename to thirdparty/qtweetlib/examples/followers/main.cpp diff --git a/thirdparty/QTweetLib/examples/georeverse/georeverse.cpp b/thirdparty/qtweetlib/examples/georeverse/georeverse.cpp similarity index 100% rename from thirdparty/QTweetLib/examples/georeverse/georeverse.cpp rename to thirdparty/qtweetlib/examples/georeverse/georeverse.cpp diff --git a/thirdparty/QTweetLib/examples/georeverse/georeverse.h b/thirdparty/qtweetlib/examples/georeverse/georeverse.h similarity index 100% rename from thirdparty/QTweetLib/examples/georeverse/georeverse.h rename to thirdparty/qtweetlib/examples/georeverse/georeverse.h diff --git a/thirdparty/QTweetLib/examples/georeverse/georeverse.pro b/thirdparty/qtweetlib/examples/georeverse/georeverse.pro similarity index 100% rename from thirdparty/QTweetLib/examples/georeverse/georeverse.pro rename to thirdparty/qtweetlib/examples/georeverse/georeverse.pro diff --git a/thirdparty/QTweetLib/examples/georeverse/georeverse.ui b/thirdparty/qtweetlib/examples/georeverse/georeverse.ui similarity index 100% rename from thirdparty/QTweetLib/examples/georeverse/georeverse.ui rename to thirdparty/qtweetlib/examples/georeverse/georeverse.ui diff --git a/thirdparty/QTweetLib/examples/georeverse/main.cpp b/thirdparty/qtweetlib/examples/georeverse/main.cpp similarity index 100% rename from thirdparty/QTweetLib/examples/georeverse/main.cpp rename to thirdparty/qtweetlib/examples/georeverse/main.cpp diff --git a/thirdparty/QTweetLib/examples/geosearch/geosearch.cpp b/thirdparty/qtweetlib/examples/geosearch/geosearch.cpp similarity index 100% rename from thirdparty/QTweetLib/examples/geosearch/geosearch.cpp rename to thirdparty/qtweetlib/examples/geosearch/geosearch.cpp diff --git a/thirdparty/QTweetLib/examples/geosearch/geosearch.h b/thirdparty/qtweetlib/examples/geosearch/geosearch.h similarity index 100% rename from thirdparty/QTweetLib/examples/geosearch/geosearch.h rename to thirdparty/qtweetlib/examples/geosearch/geosearch.h diff --git a/thirdparty/QTweetLib/examples/geosearch/geosearch.pro b/thirdparty/qtweetlib/examples/geosearch/geosearch.pro similarity index 100% rename from thirdparty/QTweetLib/examples/geosearch/geosearch.pro rename to thirdparty/qtweetlib/examples/geosearch/geosearch.pro diff --git a/thirdparty/QTweetLib/examples/geosearch/geosearch.ui b/thirdparty/qtweetlib/examples/geosearch/geosearch.ui similarity index 100% rename from thirdparty/QTweetLib/examples/geosearch/geosearch.ui rename to thirdparty/qtweetlib/examples/geosearch/geosearch.ui diff --git a/thirdparty/QTweetLib/examples/geosearch/main.cpp b/thirdparty/qtweetlib/examples/geosearch/main.cpp similarity index 100% rename from thirdparty/QTweetLib/examples/geosearch/main.cpp rename to thirdparty/qtweetlib/examples/geosearch/main.cpp diff --git a/thirdparty/QTweetLib/examples/search/main.cpp b/thirdparty/qtweetlib/examples/search/main.cpp similarity index 100% rename from thirdparty/QTweetLib/examples/search/main.cpp rename to thirdparty/qtweetlib/examples/search/main.cpp diff --git a/thirdparty/QTweetLib/examples/search/mainwindow.cpp b/thirdparty/qtweetlib/examples/search/mainwindow.cpp similarity index 100% rename from thirdparty/QTweetLib/examples/search/mainwindow.cpp rename to thirdparty/qtweetlib/examples/search/mainwindow.cpp diff --git a/thirdparty/QTweetLib/examples/search/mainwindow.h b/thirdparty/qtweetlib/examples/search/mainwindow.h similarity index 100% rename from thirdparty/QTweetLib/examples/search/mainwindow.h rename to thirdparty/qtweetlib/examples/search/mainwindow.h diff --git a/thirdparty/QTweetLib/examples/search/mainwindow.ui b/thirdparty/qtweetlib/examples/search/mainwindow.ui similarity index 100% rename from thirdparty/QTweetLib/examples/search/mainwindow.ui rename to thirdparty/qtweetlib/examples/search/mainwindow.ui diff --git a/thirdparty/QTweetLib/examples/search/search.pro b/thirdparty/qtweetlib/examples/search/search.pro similarity index 100% rename from thirdparty/QTweetLib/examples/search/search.pro rename to thirdparty/qtweetlib/examples/search/search.pro diff --git a/thirdparty/QTweetLib/examples/timelines/main.cpp b/thirdparty/qtweetlib/examples/statusupdate/main.cpp similarity index 100% rename from thirdparty/QTweetLib/examples/timelines/main.cpp rename to thirdparty/qtweetlib/examples/statusupdate/main.cpp diff --git a/thirdparty/QTweetLib/examples/statusupdate/mainwindow.cpp b/thirdparty/qtweetlib/examples/statusupdate/mainwindow.cpp similarity index 100% rename from thirdparty/QTweetLib/examples/statusupdate/mainwindow.cpp rename to thirdparty/qtweetlib/examples/statusupdate/mainwindow.cpp diff --git a/thirdparty/QTweetLib/examples/statusupdate/mainwindow.h b/thirdparty/qtweetlib/examples/statusupdate/mainwindow.h similarity index 100% rename from thirdparty/QTweetLib/examples/statusupdate/mainwindow.h rename to thirdparty/qtweetlib/examples/statusupdate/mainwindow.h diff --git a/thirdparty/QTweetLib/examples/statusupdate/mainwindow.ui b/thirdparty/qtweetlib/examples/statusupdate/mainwindow.ui similarity index 100% rename from thirdparty/QTweetLib/examples/statusupdate/mainwindow.ui rename to thirdparty/qtweetlib/examples/statusupdate/mainwindow.ui diff --git a/thirdparty/QTweetLib/examples/statusupdate/statusupdate.pro b/thirdparty/qtweetlib/examples/statusupdate/statusupdate.pro similarity index 100% rename from thirdparty/QTweetLib/examples/statusupdate/statusupdate.pro rename to thirdparty/qtweetlib/examples/statusupdate/statusupdate.pro diff --git a/thirdparty/QTweetLib/examples/statusupdate/main.cpp b/thirdparty/qtweetlib/examples/timelines/main.cpp similarity index 100% rename from thirdparty/QTweetLib/examples/statusupdate/main.cpp rename to thirdparty/qtweetlib/examples/timelines/main.cpp diff --git a/thirdparty/QTweetLib/examples/timelines/mainwindow.cpp b/thirdparty/qtweetlib/examples/timelines/mainwindow.cpp similarity index 100% rename from thirdparty/QTweetLib/examples/timelines/mainwindow.cpp rename to thirdparty/qtweetlib/examples/timelines/mainwindow.cpp diff --git a/thirdparty/QTweetLib/examples/timelines/mainwindow.h b/thirdparty/qtweetlib/examples/timelines/mainwindow.h similarity index 100% rename from thirdparty/QTweetLib/examples/timelines/mainwindow.h rename to thirdparty/qtweetlib/examples/timelines/mainwindow.h diff --git a/thirdparty/QTweetLib/examples/timelines/mainwindow.ui b/thirdparty/qtweetlib/examples/timelines/mainwindow.ui similarity index 100% rename from thirdparty/QTweetLib/examples/timelines/mainwindow.ui rename to thirdparty/qtweetlib/examples/timelines/mainwindow.ui diff --git a/thirdparty/QTweetLib/examples/timelines/timelines.pro b/thirdparty/qtweetlib/examples/timelines/timelines.pro similarity index 100% rename from thirdparty/QTweetLib/examples/timelines/timelines.pro rename to thirdparty/qtweetlib/examples/timelines/timelines.pro diff --git a/thirdparty/QTweetLib/examples/userstream/main.cpp b/thirdparty/qtweetlib/examples/userstream/main.cpp similarity index 100% rename from thirdparty/QTweetLib/examples/userstream/main.cpp rename to thirdparty/qtweetlib/examples/userstream/main.cpp diff --git a/thirdparty/QTweetLib/examples/userstream/userstream.cpp b/thirdparty/qtweetlib/examples/userstream/userstream.cpp similarity index 100% rename from thirdparty/QTweetLib/examples/userstream/userstream.cpp rename to thirdparty/qtweetlib/examples/userstream/userstream.cpp diff --git a/thirdparty/QTweetLib/examples/userstream/userstream.h b/thirdparty/qtweetlib/examples/userstream/userstream.h similarity index 100% rename from thirdparty/QTweetLib/examples/userstream/userstream.h rename to thirdparty/qtweetlib/examples/userstream/userstream.h diff --git a/thirdparty/QTweetLib/examples/userstream/userstream.pro b/thirdparty/qtweetlib/examples/userstream/userstream.pro similarity index 100% rename from thirdparty/QTweetLib/examples/userstream/userstream.pro rename to thirdparty/qtweetlib/examples/userstream/userstream.pro diff --git a/thirdparty/QTweetLib/examples/userstream/userstream.ui b/thirdparty/qtweetlib/examples/userstream/userstream.ui similarity index 100% rename from thirdparty/QTweetLib/examples/userstream/userstream.ui rename to thirdparty/qtweetlib/examples/userstream/userstream.ui diff --git a/thirdparty/QTweetLib/qjson/json_parser.cc b/thirdparty/qtweetlib/qjson/json_parser.cc similarity index 100% rename from thirdparty/QTweetLib/qjson/json_parser.cc rename to thirdparty/qtweetlib/qjson/json_parser.cc diff --git a/thirdparty/QTweetLib/qjson/json_parser.hh b/thirdparty/qtweetlib/qjson/json_parser.hh similarity index 100% rename from thirdparty/QTweetLib/qjson/json_parser.hh rename to thirdparty/qtweetlib/qjson/json_parser.hh diff --git a/thirdparty/QTweetLib/qjson/json_parser.yy b/thirdparty/qtweetlib/qjson/json_parser.yy similarity index 100% rename from thirdparty/QTweetLib/qjson/json_parser.yy rename to thirdparty/qtweetlib/qjson/json_parser.yy diff --git a/thirdparty/QTweetLib/qjson/json_scanner.cpp b/thirdparty/qtweetlib/qjson/json_scanner.cpp similarity index 100% rename from thirdparty/QTweetLib/qjson/json_scanner.cpp rename to thirdparty/qtweetlib/qjson/json_scanner.cpp diff --git a/thirdparty/QTweetLib/qjson/json_scanner.h b/thirdparty/qtweetlib/qjson/json_scanner.h similarity index 100% rename from thirdparty/QTweetLib/qjson/json_scanner.h rename to thirdparty/qtweetlib/qjson/json_scanner.h diff --git a/thirdparty/QTweetLib/qjson/location.hh b/thirdparty/qtweetlib/qjson/location.hh similarity index 100% rename from thirdparty/QTweetLib/qjson/location.hh rename to thirdparty/qtweetlib/qjson/location.hh diff --git a/thirdparty/QTweetLib/qjson/parser.cpp b/thirdparty/qtweetlib/qjson/parser.cpp similarity index 100% rename from thirdparty/QTweetLib/qjson/parser.cpp rename to thirdparty/qtweetlib/qjson/parser.cpp diff --git a/thirdparty/QTweetLib/qjson/parser.h b/thirdparty/qtweetlib/qjson/parser.h similarity index 100% rename from thirdparty/QTweetLib/qjson/parser.h rename to thirdparty/qtweetlib/qjson/parser.h diff --git a/thirdparty/QTweetLib/qjson/parser_p.h b/thirdparty/qtweetlib/qjson/parser_p.h similarity index 100% rename from thirdparty/QTweetLib/qjson/parser_p.h rename to thirdparty/qtweetlib/qjson/parser_p.h diff --git a/thirdparty/QTweetLib/qjson/parserrunnable.cpp b/thirdparty/qtweetlib/qjson/parserrunnable.cpp similarity index 100% rename from thirdparty/QTweetLib/qjson/parserrunnable.cpp rename to thirdparty/qtweetlib/qjson/parserrunnable.cpp diff --git a/thirdparty/QTweetLib/qjson/parserrunnable.h b/thirdparty/qtweetlib/qjson/parserrunnable.h similarity index 100% rename from thirdparty/QTweetLib/qjson/parserrunnable.h rename to thirdparty/qtweetlib/qjson/parserrunnable.h diff --git a/thirdparty/QTweetLib/qjson/position.hh b/thirdparty/qtweetlib/qjson/position.hh similarity index 100% rename from thirdparty/QTweetLib/qjson/position.hh rename to thirdparty/qtweetlib/qjson/position.hh diff --git a/thirdparty/QTweetLib/qjson/qjson.pro b/thirdparty/qtweetlib/qjson/qjson.pro similarity index 100% rename from thirdparty/QTweetLib/qjson/qjson.pro rename to thirdparty/qtweetlib/qjson/qjson.pro diff --git a/thirdparty/QTweetLib/qjson/qjson_debug.h b/thirdparty/qtweetlib/qjson/qjson_debug.h similarity index 100% rename from thirdparty/QTweetLib/qjson/qjson_debug.h rename to thirdparty/qtweetlib/qjson/qjson_debug.h diff --git a/thirdparty/QTweetLib/qjson/qjson_export.h b/thirdparty/qtweetlib/qjson/qjson_export.h similarity index 100% rename from thirdparty/QTweetLib/qjson/qjson_export.h rename to thirdparty/qtweetlib/qjson/qjson_export.h diff --git a/thirdparty/QTweetLib/qjson/qobjecthelper.cpp b/thirdparty/qtweetlib/qjson/qobjecthelper.cpp similarity index 100% rename from thirdparty/QTweetLib/qjson/qobjecthelper.cpp rename to thirdparty/qtweetlib/qjson/qobjecthelper.cpp diff --git a/thirdparty/QTweetLib/qjson/qobjecthelper.h b/thirdparty/qtweetlib/qjson/qobjecthelper.h similarity index 100% rename from thirdparty/QTweetLib/qjson/qobjecthelper.h rename to thirdparty/qtweetlib/qjson/qobjecthelper.h diff --git a/thirdparty/QTweetLib/qjson/serializer.cpp b/thirdparty/qtweetlib/qjson/serializer.cpp similarity index 100% rename from thirdparty/QTweetLib/qjson/serializer.cpp rename to thirdparty/qtweetlib/qjson/serializer.cpp diff --git a/thirdparty/QTweetLib/qjson/serializer.h b/thirdparty/qtweetlib/qjson/serializer.h similarity index 100% rename from thirdparty/QTweetLib/qjson/serializer.h rename to thirdparty/qtweetlib/qjson/serializer.h diff --git a/thirdparty/QTweetLib/qjson/serializerrunnable.cpp b/thirdparty/qtweetlib/qjson/serializerrunnable.cpp similarity index 100% rename from thirdparty/QTweetLib/qjson/serializerrunnable.cpp rename to thirdparty/qtweetlib/qjson/serializerrunnable.cpp diff --git a/thirdparty/QTweetLib/qjson/serializerrunnable.h b/thirdparty/qtweetlib/qjson/serializerrunnable.h similarity index 100% rename from thirdparty/QTweetLib/qjson/serializerrunnable.h rename to thirdparty/qtweetlib/qjson/serializerrunnable.h diff --git a/thirdparty/QTweetLib/qjson/src.pro b/thirdparty/qtweetlib/qjson/src.pro similarity index 100% rename from thirdparty/QTweetLib/qjson/src.pro rename to thirdparty/qtweetlib/qjson/src.pro diff --git a/thirdparty/QTweetLib/qjson/stack.hh b/thirdparty/qtweetlib/qjson/stack.hh similarity index 100% rename from thirdparty/QTweetLib/qjson/stack.hh rename to thirdparty/qtweetlib/qjson/stack.hh diff --git a/thirdparty/QTweetLib/qtweetlib_export.h b/thirdparty/qtweetlib/qtweetlib_export.h similarity index 100% rename from thirdparty/QTweetLib/qtweetlib_export.h rename to thirdparty/qtweetlib/qtweetlib_export.h diff --git a/thirdparty/QTweetLib/src/oauth.cpp b/thirdparty/qtweetlib/src/oauth.cpp similarity index 100% rename from thirdparty/QTweetLib/src/oauth.cpp rename to thirdparty/qtweetlib/src/oauth.cpp diff --git a/thirdparty/QTweetLib/src/oauth.h b/thirdparty/qtweetlib/src/oauth.h similarity index 100% rename from thirdparty/QTweetLib/src/oauth.h rename to thirdparty/qtweetlib/src/oauth.h diff --git a/thirdparty/QTweetLib/src/oauthtwitter.cpp b/thirdparty/qtweetlib/src/oauthtwitter.cpp similarity index 100% rename from thirdparty/QTweetLib/src/oauthtwitter.cpp rename to thirdparty/qtweetlib/src/oauthtwitter.cpp diff --git a/thirdparty/QTweetLib/src/oauthtwitter.h b/thirdparty/qtweetlib/src/oauthtwitter.h similarity index 100% rename from thirdparty/QTweetLib/src/oauthtwitter.h rename to thirdparty/qtweetlib/src/oauthtwitter.h diff --git a/thirdparty/QTweetLib/src/qtweetaccountratelimitstatus.cpp b/thirdparty/qtweetlib/src/qtweetaccountratelimitstatus.cpp similarity index 100% rename from thirdparty/QTweetLib/src/qtweetaccountratelimitstatus.cpp rename to thirdparty/qtweetlib/src/qtweetaccountratelimitstatus.cpp diff --git a/thirdparty/QTweetLib/src/qtweetaccountratelimitstatus.h b/thirdparty/qtweetlib/src/qtweetaccountratelimitstatus.h similarity index 100% rename from thirdparty/QTweetLib/src/qtweetaccountratelimitstatus.h rename to thirdparty/qtweetlib/src/qtweetaccountratelimitstatus.h diff --git a/thirdparty/QTweetLib/src/qtweetaccountverifycredentials.cpp b/thirdparty/qtweetlib/src/qtweetaccountverifycredentials.cpp similarity index 100% rename from thirdparty/QTweetLib/src/qtweetaccountverifycredentials.cpp rename to thirdparty/qtweetlib/src/qtweetaccountverifycredentials.cpp diff --git a/thirdparty/QTweetLib/src/qtweetaccountverifycredentials.h b/thirdparty/qtweetlib/src/qtweetaccountverifycredentials.h similarity index 100% rename from thirdparty/QTweetLib/src/qtweetaccountverifycredentials.h rename to thirdparty/qtweetlib/src/qtweetaccountverifycredentials.h diff --git a/thirdparty/QTweetLib/src/qtweetconvert.cpp b/thirdparty/qtweetlib/src/qtweetconvert.cpp similarity index 100% rename from thirdparty/QTweetLib/src/qtweetconvert.cpp rename to thirdparty/qtweetlib/src/qtweetconvert.cpp diff --git a/thirdparty/QTweetLib/src/qtweetconvert.h b/thirdparty/qtweetlib/src/qtweetconvert.h similarity index 100% rename from thirdparty/QTweetLib/src/qtweetconvert.h rename to thirdparty/qtweetlib/src/qtweetconvert.h diff --git a/thirdparty/QTweetLib/src/qtweetdirectmessagedestroy.cpp b/thirdparty/qtweetlib/src/qtweetdirectmessagedestroy.cpp similarity index 100% rename from thirdparty/QTweetLib/src/qtweetdirectmessagedestroy.cpp rename to thirdparty/qtweetlib/src/qtweetdirectmessagedestroy.cpp diff --git a/thirdparty/QTweetLib/src/qtweetdirectmessagedestroy.h b/thirdparty/qtweetlib/src/qtweetdirectmessagedestroy.h similarity index 100% rename from thirdparty/QTweetLib/src/qtweetdirectmessagedestroy.h rename to thirdparty/qtweetlib/src/qtweetdirectmessagedestroy.h diff --git a/thirdparty/QTweetLib/src/qtweetdirectmessagenew.cpp b/thirdparty/qtweetlib/src/qtweetdirectmessagenew.cpp similarity index 100% rename from thirdparty/QTweetLib/src/qtweetdirectmessagenew.cpp rename to thirdparty/qtweetlib/src/qtweetdirectmessagenew.cpp diff --git a/thirdparty/QTweetLib/src/qtweetdirectmessagenew.h b/thirdparty/qtweetlib/src/qtweetdirectmessagenew.h similarity index 100% rename from thirdparty/QTweetLib/src/qtweetdirectmessagenew.h rename to thirdparty/qtweetlib/src/qtweetdirectmessagenew.h diff --git a/thirdparty/QTweetLib/src/qtweetdirectmessages.cpp b/thirdparty/qtweetlib/src/qtweetdirectmessages.cpp similarity index 100% rename from thirdparty/QTweetLib/src/qtweetdirectmessages.cpp rename to thirdparty/qtweetlib/src/qtweetdirectmessages.cpp diff --git a/thirdparty/QTweetLib/src/qtweetdirectmessages.h b/thirdparty/qtweetlib/src/qtweetdirectmessages.h similarity index 100% rename from thirdparty/QTweetLib/src/qtweetdirectmessages.h rename to thirdparty/qtweetlib/src/qtweetdirectmessages.h diff --git a/thirdparty/QTweetLib/src/qtweetdirectmessagessent.cpp b/thirdparty/qtweetlib/src/qtweetdirectmessagessent.cpp similarity index 100% rename from thirdparty/QTweetLib/src/qtweetdirectmessagessent.cpp rename to thirdparty/qtweetlib/src/qtweetdirectmessagessent.cpp diff --git a/thirdparty/QTweetLib/src/qtweetdirectmessagessent.h b/thirdparty/qtweetlib/src/qtweetdirectmessagessent.h similarity index 100% rename from thirdparty/QTweetLib/src/qtweetdirectmessagessent.h rename to thirdparty/qtweetlib/src/qtweetdirectmessagessent.h diff --git a/thirdparty/QTweetLib/src/qtweetdmstatus.cpp b/thirdparty/qtweetlib/src/qtweetdmstatus.cpp similarity index 100% rename from thirdparty/QTweetLib/src/qtweetdmstatus.cpp rename to thirdparty/qtweetlib/src/qtweetdmstatus.cpp diff --git a/thirdparty/QTweetLib/src/qtweetdmstatus.h b/thirdparty/qtweetlib/src/qtweetdmstatus.h similarity index 100% rename from thirdparty/QTweetLib/src/qtweetdmstatus.h rename to thirdparty/qtweetlib/src/qtweetdmstatus.h diff --git a/thirdparty/QTweetLib/src/qtweetentityhashtag.cpp b/thirdparty/qtweetlib/src/qtweetentityhashtag.cpp similarity index 100% rename from thirdparty/QTweetLib/src/qtweetentityhashtag.cpp rename to thirdparty/qtweetlib/src/qtweetentityhashtag.cpp diff --git a/thirdparty/QTweetLib/src/qtweetentityhashtag.h b/thirdparty/qtweetlib/src/qtweetentityhashtag.h similarity index 100% rename from thirdparty/QTweetLib/src/qtweetentityhashtag.h rename to thirdparty/qtweetlib/src/qtweetentityhashtag.h diff --git a/thirdparty/QTweetLib/src/qtweetentityurl.cpp b/thirdparty/qtweetlib/src/qtweetentityurl.cpp similarity index 100% rename from thirdparty/QTweetLib/src/qtweetentityurl.cpp rename to thirdparty/qtweetlib/src/qtweetentityurl.cpp diff --git a/thirdparty/QTweetLib/src/qtweetentityurl.h b/thirdparty/qtweetlib/src/qtweetentityurl.h similarity index 100% rename from thirdparty/QTweetLib/src/qtweetentityurl.h rename to thirdparty/qtweetlib/src/qtweetentityurl.h diff --git a/thirdparty/QTweetLib/src/qtweetentityusermentions.cpp b/thirdparty/qtweetlib/src/qtweetentityusermentions.cpp similarity index 100% rename from thirdparty/QTweetLib/src/qtweetentityusermentions.cpp rename to thirdparty/qtweetlib/src/qtweetentityusermentions.cpp diff --git a/thirdparty/QTweetLib/src/qtweetentityusermentions.h b/thirdparty/qtweetlib/src/qtweetentityusermentions.h similarity index 100% rename from thirdparty/QTweetLib/src/qtweetentityusermentions.h rename to thirdparty/qtweetlib/src/qtweetentityusermentions.h diff --git a/thirdparty/QTweetLib/src/qtweetfavorites.cpp b/thirdparty/qtweetlib/src/qtweetfavorites.cpp similarity index 100% rename from thirdparty/QTweetLib/src/qtweetfavorites.cpp rename to thirdparty/qtweetlib/src/qtweetfavorites.cpp diff --git a/thirdparty/QTweetLib/src/qtweetfavorites.h b/thirdparty/qtweetlib/src/qtweetfavorites.h similarity index 100% rename from thirdparty/QTweetLib/src/qtweetfavorites.h rename to thirdparty/qtweetlib/src/qtweetfavorites.h diff --git a/thirdparty/QTweetLib/src/qtweetfavoritescreate.cpp b/thirdparty/qtweetlib/src/qtweetfavoritescreate.cpp similarity index 100% rename from thirdparty/QTweetLib/src/qtweetfavoritescreate.cpp rename to thirdparty/qtweetlib/src/qtweetfavoritescreate.cpp diff --git a/thirdparty/QTweetLib/src/qtweetfavoritescreate.h b/thirdparty/qtweetlib/src/qtweetfavoritescreate.h similarity index 100% rename from thirdparty/QTweetLib/src/qtweetfavoritescreate.h rename to thirdparty/qtweetlib/src/qtweetfavoritescreate.h diff --git a/thirdparty/QTweetLib/src/qtweetfavoritesdestroy.cpp b/thirdparty/qtweetlib/src/qtweetfavoritesdestroy.cpp similarity index 100% rename from thirdparty/QTweetLib/src/qtweetfavoritesdestroy.cpp rename to thirdparty/qtweetlib/src/qtweetfavoritesdestroy.cpp diff --git a/thirdparty/QTweetLib/src/qtweetfavoritesdestroy.h b/thirdparty/qtweetlib/src/qtweetfavoritesdestroy.h similarity index 100% rename from thirdparty/QTweetLib/src/qtweetfavoritesdestroy.h rename to thirdparty/qtweetlib/src/qtweetfavoritesdestroy.h diff --git a/thirdparty/QTweetLib/src/qtweetfollowersid.cpp b/thirdparty/qtweetlib/src/qtweetfollowersid.cpp similarity index 100% rename from thirdparty/QTweetLib/src/qtweetfollowersid.cpp rename to thirdparty/qtweetlib/src/qtweetfollowersid.cpp diff --git a/thirdparty/QTweetLib/src/qtweetfollowersid.h b/thirdparty/qtweetlib/src/qtweetfollowersid.h similarity index 100% rename from thirdparty/QTweetLib/src/qtweetfollowersid.h rename to thirdparty/qtweetlib/src/qtweetfollowersid.h diff --git a/thirdparty/QTweetLib/src/qtweetfriendshipcreate.cpp b/thirdparty/qtweetlib/src/qtweetfriendshipcreate.cpp similarity index 100% rename from thirdparty/QTweetLib/src/qtweetfriendshipcreate.cpp rename to thirdparty/qtweetlib/src/qtweetfriendshipcreate.cpp diff --git a/thirdparty/QTweetLib/src/qtweetfriendshipcreate.h b/thirdparty/qtweetlib/src/qtweetfriendshipcreate.h similarity index 100% rename from thirdparty/QTweetLib/src/qtweetfriendshipcreate.h rename to thirdparty/qtweetlib/src/qtweetfriendshipcreate.h diff --git a/thirdparty/QTweetLib/src/qtweetfriendshipdestroy.cpp b/thirdparty/qtweetlib/src/qtweetfriendshipdestroy.cpp similarity index 100% rename from thirdparty/QTweetLib/src/qtweetfriendshipdestroy.cpp rename to thirdparty/qtweetlib/src/qtweetfriendshipdestroy.cpp diff --git a/thirdparty/QTweetLib/src/qtweetfriendshipdestroy.h b/thirdparty/qtweetlib/src/qtweetfriendshipdestroy.h similarity index 100% rename from thirdparty/QTweetLib/src/qtweetfriendshipdestroy.h rename to thirdparty/qtweetlib/src/qtweetfriendshipdestroy.h diff --git a/thirdparty/QTweetLib/src/qtweetfriendsid.cpp b/thirdparty/qtweetlib/src/qtweetfriendsid.cpp similarity index 100% rename from thirdparty/QTweetLib/src/qtweetfriendsid.cpp rename to thirdparty/qtweetlib/src/qtweetfriendsid.cpp diff --git a/thirdparty/QTweetLib/src/qtweetfriendsid.h b/thirdparty/qtweetlib/src/qtweetfriendsid.h similarity index 100% rename from thirdparty/QTweetLib/src/qtweetfriendsid.h rename to thirdparty/qtweetlib/src/qtweetfriendsid.h diff --git a/thirdparty/QTweetLib/src/qtweetfriendstimeline.cpp b/thirdparty/qtweetlib/src/qtweetfriendstimeline.cpp similarity index 100% rename from thirdparty/QTweetLib/src/qtweetfriendstimeline.cpp rename to thirdparty/qtweetlib/src/qtweetfriendstimeline.cpp diff --git a/thirdparty/QTweetLib/src/qtweetfriendstimeline.h b/thirdparty/qtweetlib/src/qtweetfriendstimeline.h similarity index 100% rename from thirdparty/QTweetLib/src/qtweetfriendstimeline.h rename to thirdparty/qtweetlib/src/qtweetfriendstimeline.h diff --git a/thirdparty/QTweetLib/src/qtweetgeoboundingbox.cpp b/thirdparty/qtweetlib/src/qtweetgeoboundingbox.cpp similarity index 100% rename from thirdparty/QTweetLib/src/qtweetgeoboundingbox.cpp rename to thirdparty/qtweetlib/src/qtweetgeoboundingbox.cpp diff --git a/thirdparty/QTweetLib/src/qtweetgeoboundingbox.h b/thirdparty/qtweetlib/src/qtweetgeoboundingbox.h similarity index 100% rename from thirdparty/QTweetLib/src/qtweetgeoboundingbox.h rename to thirdparty/qtweetlib/src/qtweetgeoboundingbox.h diff --git a/thirdparty/QTweetLib/src/qtweetgeocoord.cpp b/thirdparty/qtweetlib/src/qtweetgeocoord.cpp similarity index 100% rename from thirdparty/QTweetLib/src/qtweetgeocoord.cpp rename to thirdparty/qtweetlib/src/qtweetgeocoord.cpp diff --git a/thirdparty/QTweetLib/src/qtweetgeocoord.h b/thirdparty/qtweetlib/src/qtweetgeocoord.h similarity index 100% rename from thirdparty/QTweetLib/src/qtweetgeocoord.h rename to thirdparty/qtweetlib/src/qtweetgeocoord.h diff --git a/thirdparty/QTweetLib/src/qtweetgeoplacecreate.cpp b/thirdparty/qtweetlib/src/qtweetgeoplacecreate.cpp similarity index 100% rename from thirdparty/QTweetLib/src/qtweetgeoplacecreate.cpp rename to thirdparty/qtweetlib/src/qtweetgeoplacecreate.cpp diff --git a/thirdparty/QTweetLib/src/qtweetgeoplacecreate.h b/thirdparty/qtweetlib/src/qtweetgeoplacecreate.h similarity index 100% rename from thirdparty/QTweetLib/src/qtweetgeoplacecreate.h rename to thirdparty/qtweetlib/src/qtweetgeoplacecreate.h diff --git a/thirdparty/QTweetLib/src/qtweetgeoplaceid.cpp b/thirdparty/qtweetlib/src/qtweetgeoplaceid.cpp similarity index 100% rename from thirdparty/QTweetLib/src/qtweetgeoplaceid.cpp rename to thirdparty/qtweetlib/src/qtweetgeoplaceid.cpp diff --git a/thirdparty/QTweetLib/src/qtweetgeoplaceid.h b/thirdparty/qtweetlib/src/qtweetgeoplaceid.h similarity index 100% rename from thirdparty/QTweetLib/src/qtweetgeoplaceid.h rename to thirdparty/qtweetlib/src/qtweetgeoplaceid.h diff --git a/thirdparty/QTweetLib/src/qtweetgeoreversegeocode.cpp b/thirdparty/qtweetlib/src/qtweetgeoreversegeocode.cpp similarity index 100% rename from thirdparty/QTweetLib/src/qtweetgeoreversegeocode.cpp rename to thirdparty/qtweetlib/src/qtweetgeoreversegeocode.cpp diff --git a/thirdparty/QTweetLib/src/qtweetgeoreversegeocode.h b/thirdparty/qtweetlib/src/qtweetgeoreversegeocode.h similarity index 100% rename from thirdparty/QTweetLib/src/qtweetgeoreversegeocode.h rename to thirdparty/qtweetlib/src/qtweetgeoreversegeocode.h diff --git a/thirdparty/QTweetLib/src/qtweetgeosearch.cpp b/thirdparty/qtweetlib/src/qtweetgeosearch.cpp similarity index 100% rename from thirdparty/QTweetLib/src/qtweetgeosearch.cpp rename to thirdparty/qtweetlib/src/qtweetgeosearch.cpp diff --git a/thirdparty/QTweetLib/src/qtweetgeosearch.h b/thirdparty/qtweetlib/src/qtweetgeosearch.h similarity index 100% rename from thirdparty/QTweetLib/src/qtweetgeosearch.h rename to thirdparty/qtweetlib/src/qtweetgeosearch.h diff --git a/thirdparty/QTweetLib/src/qtweetgeosimilarplaces.cpp b/thirdparty/qtweetlib/src/qtweetgeosimilarplaces.cpp similarity index 100% rename from thirdparty/QTweetLib/src/qtweetgeosimilarplaces.cpp rename to thirdparty/qtweetlib/src/qtweetgeosimilarplaces.cpp diff --git a/thirdparty/QTweetLib/src/qtweetgeosimilarplaces.h b/thirdparty/qtweetlib/src/qtweetgeosimilarplaces.h similarity index 100% rename from thirdparty/QTweetLib/src/qtweetgeosimilarplaces.h rename to thirdparty/qtweetlib/src/qtweetgeosimilarplaces.h diff --git a/thirdparty/QTweetLib/src/qtweethometimeline.cpp b/thirdparty/qtweetlib/src/qtweethometimeline.cpp similarity index 100% rename from thirdparty/QTweetLib/src/qtweethometimeline.cpp rename to thirdparty/qtweetlib/src/qtweethometimeline.cpp diff --git a/thirdparty/QTweetLib/src/qtweethometimeline.h b/thirdparty/qtweetlib/src/qtweethometimeline.h similarity index 100% rename from thirdparty/QTweetLib/src/qtweethometimeline.h rename to thirdparty/qtweetlib/src/qtweethometimeline.h diff --git a/thirdparty/QTweetLib/src/qtweetlib_global.h b/thirdparty/qtweetlib/src/qtweetlib_global.h similarity index 100% rename from thirdparty/QTweetLib/src/qtweetlib_global.h rename to thirdparty/qtweetlib/src/qtweetlib_global.h diff --git a/thirdparty/QTweetLib/src/qtweetlist.cpp b/thirdparty/qtweetlib/src/qtweetlist.cpp similarity index 100% rename from thirdparty/QTweetLib/src/qtweetlist.cpp rename to thirdparty/qtweetlib/src/qtweetlist.cpp diff --git a/thirdparty/QTweetLib/src/qtweetlist.h b/thirdparty/qtweetlib/src/qtweetlist.h similarity index 100% rename from thirdparty/QTweetLib/src/qtweetlist.h rename to thirdparty/qtweetlib/src/qtweetlist.h diff --git a/thirdparty/QTweetLib/src/qtweetlistaddmember.cpp b/thirdparty/qtweetlib/src/qtweetlistaddmember.cpp similarity index 100% rename from thirdparty/QTweetLib/src/qtweetlistaddmember.cpp rename to thirdparty/qtweetlib/src/qtweetlistaddmember.cpp diff --git a/thirdparty/QTweetLib/src/qtweetlistaddmember.h b/thirdparty/qtweetlib/src/qtweetlistaddmember.h similarity index 100% rename from thirdparty/QTweetLib/src/qtweetlistaddmember.h rename to thirdparty/qtweetlib/src/qtweetlistaddmember.h diff --git a/thirdparty/QTweetLib/src/qtweetlistcreate.cpp b/thirdparty/qtweetlib/src/qtweetlistcreate.cpp similarity index 100% rename from thirdparty/QTweetLib/src/qtweetlistcreate.cpp rename to thirdparty/qtweetlib/src/qtweetlistcreate.cpp diff --git a/thirdparty/QTweetLib/src/qtweetlistcreate.h b/thirdparty/qtweetlib/src/qtweetlistcreate.h similarity index 100% rename from thirdparty/QTweetLib/src/qtweetlistcreate.h rename to thirdparty/qtweetlib/src/qtweetlistcreate.h diff --git a/thirdparty/QTweetLib/src/qtweetlistdeletelist.cpp b/thirdparty/qtweetlib/src/qtweetlistdeletelist.cpp similarity index 100% rename from thirdparty/QTweetLib/src/qtweetlistdeletelist.cpp rename to thirdparty/qtweetlib/src/qtweetlistdeletelist.cpp diff --git a/thirdparty/QTweetLib/src/qtweetlistdeletelist.h b/thirdparty/qtweetlib/src/qtweetlistdeletelist.h similarity index 100% rename from thirdparty/QTweetLib/src/qtweetlistdeletelist.h rename to thirdparty/qtweetlib/src/qtweetlistdeletelist.h diff --git a/thirdparty/QTweetLib/src/qtweetlistdeletemember.cpp b/thirdparty/qtweetlib/src/qtweetlistdeletemember.cpp similarity index 100% rename from thirdparty/QTweetLib/src/qtweetlistdeletemember.cpp rename to thirdparty/qtweetlib/src/qtweetlistdeletemember.cpp diff --git a/thirdparty/QTweetLib/src/qtweetlistdeletemember.h b/thirdparty/qtweetlib/src/qtweetlistdeletemember.h similarity index 100% rename from thirdparty/QTweetLib/src/qtweetlistdeletemember.h rename to thirdparty/qtweetlib/src/qtweetlistdeletemember.h diff --git a/thirdparty/QTweetLib/src/qtweetlistgetlists.cpp b/thirdparty/qtweetlib/src/qtweetlistgetlists.cpp similarity index 100% rename from thirdparty/QTweetLib/src/qtweetlistgetlists.cpp rename to thirdparty/qtweetlib/src/qtweetlistgetlists.cpp diff --git a/thirdparty/QTweetLib/src/qtweetlistgetlists.h b/thirdparty/qtweetlib/src/qtweetlistgetlists.h similarity index 100% rename from thirdparty/QTweetLib/src/qtweetlistgetlists.h rename to thirdparty/qtweetlib/src/qtweetlistgetlists.h diff --git a/thirdparty/QTweetLib/src/qtweetlistgetmembers.cpp b/thirdparty/qtweetlib/src/qtweetlistgetmembers.cpp similarity index 100% rename from thirdparty/QTweetLib/src/qtweetlistgetmembers.cpp rename to thirdparty/qtweetlib/src/qtweetlistgetmembers.cpp diff --git a/thirdparty/QTweetLib/src/qtweetlistgetmembers.h b/thirdparty/qtweetlib/src/qtweetlistgetmembers.h similarity index 100% rename from thirdparty/QTweetLib/src/qtweetlistgetmembers.h rename to thirdparty/qtweetlib/src/qtweetlistgetmembers.h diff --git a/thirdparty/QTweetLib/src/qtweetlistmemberships.cpp b/thirdparty/qtweetlib/src/qtweetlistmemberships.cpp similarity index 100% rename from thirdparty/QTweetLib/src/qtweetlistmemberships.cpp rename to thirdparty/qtweetlib/src/qtweetlistmemberships.cpp diff --git a/thirdparty/QTweetLib/src/qtweetlistmemberships.h b/thirdparty/qtweetlib/src/qtweetlistmemberships.h similarity index 100% rename from thirdparty/QTweetLib/src/qtweetlistmemberships.h rename to thirdparty/qtweetlib/src/qtweetlistmemberships.h diff --git a/thirdparty/QTweetLib/src/qtweetlistshowlist.cpp b/thirdparty/qtweetlib/src/qtweetlistshowlist.cpp similarity index 100% rename from thirdparty/QTweetLib/src/qtweetlistshowlist.cpp rename to thirdparty/qtweetlib/src/qtweetlistshowlist.cpp diff --git a/thirdparty/QTweetLib/src/qtweetlistshowlist.h b/thirdparty/qtweetlib/src/qtweetlistshowlist.h similarity index 100% rename from thirdparty/QTweetLib/src/qtweetlistshowlist.h rename to thirdparty/qtweetlib/src/qtweetlistshowlist.h diff --git a/thirdparty/QTweetLib/src/qtweetliststatuses.cpp b/thirdparty/qtweetlib/src/qtweetliststatuses.cpp similarity index 100% rename from thirdparty/QTweetLib/src/qtweetliststatuses.cpp rename to thirdparty/qtweetlib/src/qtweetliststatuses.cpp diff --git a/thirdparty/QTweetLib/src/qtweetliststatuses.h b/thirdparty/qtweetlib/src/qtweetliststatuses.h similarity index 100% rename from thirdparty/QTweetLib/src/qtweetliststatuses.h rename to thirdparty/qtweetlib/src/qtweetliststatuses.h diff --git a/thirdparty/QTweetLib/src/qtweetlistsubscribe.cpp b/thirdparty/qtweetlib/src/qtweetlistsubscribe.cpp similarity index 100% rename from thirdparty/QTweetLib/src/qtweetlistsubscribe.cpp rename to thirdparty/qtweetlib/src/qtweetlistsubscribe.cpp diff --git a/thirdparty/QTweetLib/src/qtweetlistsubscribe.h b/thirdparty/qtweetlib/src/qtweetlistsubscribe.h similarity index 100% rename from thirdparty/QTweetLib/src/qtweetlistsubscribe.h rename to thirdparty/qtweetlib/src/qtweetlistsubscribe.h diff --git a/thirdparty/QTweetLib/src/qtweetlistsubscribers.cpp b/thirdparty/qtweetlib/src/qtweetlistsubscribers.cpp similarity index 100% rename from thirdparty/QTweetLib/src/qtweetlistsubscribers.cpp rename to thirdparty/qtweetlib/src/qtweetlistsubscribers.cpp diff --git a/thirdparty/QTweetLib/src/qtweetlistsubscribers.h b/thirdparty/qtweetlib/src/qtweetlistsubscribers.h similarity index 100% rename from thirdparty/QTweetLib/src/qtweetlistsubscribers.h rename to thirdparty/qtweetlib/src/qtweetlistsubscribers.h diff --git a/thirdparty/QTweetLib/src/qtweetlistsubscriptions.cpp b/thirdparty/qtweetlib/src/qtweetlistsubscriptions.cpp similarity index 100% rename from thirdparty/QTweetLib/src/qtweetlistsubscriptions.cpp rename to thirdparty/qtweetlib/src/qtweetlistsubscriptions.cpp diff --git a/thirdparty/QTweetLib/src/qtweetlistsubscriptions.h b/thirdparty/qtweetlib/src/qtweetlistsubscriptions.h similarity index 100% rename from thirdparty/QTweetLib/src/qtweetlistsubscriptions.h rename to thirdparty/qtweetlib/src/qtweetlistsubscriptions.h diff --git a/thirdparty/QTweetLib/src/qtweetlistunsubscribe.cpp b/thirdparty/qtweetlib/src/qtweetlistunsubscribe.cpp similarity index 100% rename from thirdparty/QTweetLib/src/qtweetlistunsubscribe.cpp rename to thirdparty/qtweetlib/src/qtweetlistunsubscribe.cpp diff --git a/thirdparty/QTweetLib/src/qtweetlistunsubscribe.h b/thirdparty/qtweetlib/src/qtweetlistunsubscribe.h similarity index 100% rename from thirdparty/QTweetLib/src/qtweetlistunsubscribe.h rename to thirdparty/qtweetlib/src/qtweetlistunsubscribe.h diff --git a/thirdparty/QTweetLib/src/qtweetlistupdate.cpp b/thirdparty/qtweetlib/src/qtweetlistupdate.cpp similarity index 100% rename from thirdparty/QTweetLib/src/qtweetlistupdate.cpp rename to thirdparty/qtweetlib/src/qtweetlistupdate.cpp diff --git a/thirdparty/QTweetLib/src/qtweetlistupdate.h b/thirdparty/qtweetlib/src/qtweetlistupdate.h similarity index 100% rename from thirdparty/QTweetLib/src/qtweetlistupdate.h rename to thirdparty/qtweetlib/src/qtweetlistupdate.h diff --git a/thirdparty/QTweetLib/src/qtweetmentions.cpp b/thirdparty/qtweetlib/src/qtweetmentions.cpp similarity index 100% rename from thirdparty/QTweetLib/src/qtweetmentions.cpp rename to thirdparty/qtweetlib/src/qtweetmentions.cpp diff --git a/thirdparty/QTweetLib/src/qtweetmentions.h b/thirdparty/qtweetlib/src/qtweetmentions.h similarity index 100% rename from thirdparty/QTweetLib/src/qtweetmentions.h rename to thirdparty/qtweetlib/src/qtweetmentions.h diff --git a/thirdparty/QTweetLib/src/qtweetnetbase.cpp b/thirdparty/qtweetlib/src/qtweetnetbase.cpp similarity index 100% rename from thirdparty/QTweetLib/src/qtweetnetbase.cpp rename to thirdparty/qtweetlib/src/qtweetnetbase.cpp diff --git a/thirdparty/QTweetLib/src/qtweetnetbase.h b/thirdparty/qtweetlib/src/qtweetnetbase.h similarity index 100% rename from thirdparty/QTweetLib/src/qtweetnetbase.h rename to thirdparty/qtweetlib/src/qtweetnetbase.h diff --git a/thirdparty/QTweetLib/src/qtweetplace.cpp b/thirdparty/qtweetlib/src/qtweetplace.cpp similarity index 100% rename from thirdparty/QTweetLib/src/qtweetplace.cpp rename to thirdparty/qtweetlib/src/qtweetplace.cpp diff --git a/thirdparty/QTweetLib/src/qtweetplace.h b/thirdparty/qtweetlib/src/qtweetplace.h similarity index 100% rename from thirdparty/QTweetLib/src/qtweetplace.h rename to thirdparty/qtweetlib/src/qtweetplace.h diff --git a/thirdparty/QTweetLib/src/qtweetretweetbyme.cpp b/thirdparty/qtweetlib/src/qtweetretweetbyme.cpp similarity index 100% rename from thirdparty/QTweetLib/src/qtweetretweetbyme.cpp rename to thirdparty/qtweetlib/src/qtweetretweetbyme.cpp diff --git a/thirdparty/QTweetLib/src/qtweetretweetbyme.h b/thirdparty/qtweetlib/src/qtweetretweetbyme.h similarity index 100% rename from thirdparty/QTweetLib/src/qtweetretweetbyme.h rename to thirdparty/qtweetlib/src/qtweetretweetbyme.h diff --git a/thirdparty/QTweetLib/src/qtweetretweetsofme.cpp b/thirdparty/qtweetlib/src/qtweetretweetsofme.cpp similarity index 100% rename from thirdparty/QTweetLib/src/qtweetretweetsofme.cpp rename to thirdparty/qtweetlib/src/qtweetretweetsofme.cpp diff --git a/thirdparty/QTweetLib/src/qtweetretweetsofme.h b/thirdparty/qtweetlib/src/qtweetretweetsofme.h similarity index 100% rename from thirdparty/QTweetLib/src/qtweetretweetsofme.h rename to thirdparty/qtweetlib/src/qtweetretweetsofme.h diff --git a/thirdparty/QTweetLib/src/qtweetretweettome.cpp b/thirdparty/qtweetlib/src/qtweetretweettome.cpp similarity index 100% rename from thirdparty/QTweetLib/src/qtweetretweettome.cpp rename to thirdparty/qtweetlib/src/qtweetretweettome.cpp diff --git a/thirdparty/QTweetLib/src/qtweetretweettome.h b/thirdparty/qtweetlib/src/qtweetretweettome.h similarity index 100% rename from thirdparty/QTweetLib/src/qtweetretweettome.h rename to thirdparty/qtweetlib/src/qtweetretweettome.h diff --git a/thirdparty/QTweetLib/src/qtweetsearch.cpp b/thirdparty/qtweetlib/src/qtweetsearch.cpp similarity index 100% rename from thirdparty/QTweetLib/src/qtweetsearch.cpp rename to thirdparty/qtweetlib/src/qtweetsearch.cpp diff --git a/thirdparty/QTweetLib/src/qtweetsearch.h b/thirdparty/qtweetlib/src/qtweetsearch.h similarity index 100% rename from thirdparty/QTweetLib/src/qtweetsearch.h rename to thirdparty/qtweetlib/src/qtweetsearch.h diff --git a/thirdparty/QTweetLib/src/qtweetsearchpageresults.cpp b/thirdparty/qtweetlib/src/qtweetsearchpageresults.cpp similarity index 100% rename from thirdparty/QTweetLib/src/qtweetsearchpageresults.cpp rename to thirdparty/qtweetlib/src/qtweetsearchpageresults.cpp diff --git a/thirdparty/QTweetLib/src/qtweetsearchpageresults.h b/thirdparty/qtweetlib/src/qtweetsearchpageresults.h similarity index 100% rename from thirdparty/QTweetLib/src/qtweetsearchpageresults.h rename to thirdparty/qtweetlib/src/qtweetsearchpageresults.h diff --git a/thirdparty/QTweetLib/src/qtweetsearchresult.cpp b/thirdparty/qtweetlib/src/qtweetsearchresult.cpp similarity index 100% rename from thirdparty/QTweetLib/src/qtweetsearchresult.cpp rename to thirdparty/qtweetlib/src/qtweetsearchresult.cpp diff --git a/thirdparty/QTweetLib/src/qtweetsearchresult.h b/thirdparty/qtweetlib/src/qtweetsearchresult.h similarity index 100% rename from thirdparty/QTweetLib/src/qtweetsearchresult.h rename to thirdparty/qtweetlib/src/qtweetsearchresult.h diff --git a/thirdparty/QTweetLib/src/qtweetstatus.cpp b/thirdparty/qtweetlib/src/qtweetstatus.cpp similarity index 100% rename from thirdparty/QTweetLib/src/qtweetstatus.cpp rename to thirdparty/qtweetlib/src/qtweetstatus.cpp diff --git a/thirdparty/QTweetLib/src/qtweetstatus.h b/thirdparty/qtweetlib/src/qtweetstatus.h similarity index 100% rename from thirdparty/QTweetLib/src/qtweetstatus.h rename to thirdparty/qtweetlib/src/qtweetstatus.h diff --git a/thirdparty/QTweetLib/src/qtweetstatusdestroy.cpp b/thirdparty/qtweetlib/src/qtweetstatusdestroy.cpp similarity index 100% rename from thirdparty/QTweetLib/src/qtweetstatusdestroy.cpp rename to thirdparty/qtweetlib/src/qtweetstatusdestroy.cpp diff --git a/thirdparty/QTweetLib/src/qtweetstatusdestroy.h b/thirdparty/qtweetlib/src/qtweetstatusdestroy.h similarity index 100% rename from thirdparty/QTweetLib/src/qtweetstatusdestroy.h rename to thirdparty/qtweetlib/src/qtweetstatusdestroy.h diff --git a/thirdparty/QTweetLib/src/qtweetstatusretweet.cpp b/thirdparty/qtweetlib/src/qtweetstatusretweet.cpp similarity index 100% rename from thirdparty/QTweetLib/src/qtweetstatusretweet.cpp rename to thirdparty/qtweetlib/src/qtweetstatusretweet.cpp diff --git a/thirdparty/QTweetLib/src/qtweetstatusretweet.h b/thirdparty/qtweetlib/src/qtweetstatusretweet.h similarity index 100% rename from thirdparty/QTweetLib/src/qtweetstatusretweet.h rename to thirdparty/qtweetlib/src/qtweetstatusretweet.h diff --git a/thirdparty/QTweetLib/src/qtweetstatusretweets.cpp b/thirdparty/qtweetlib/src/qtweetstatusretweets.cpp similarity index 100% rename from thirdparty/QTweetLib/src/qtweetstatusretweets.cpp rename to thirdparty/qtweetlib/src/qtweetstatusretweets.cpp diff --git a/thirdparty/QTweetLib/src/qtweetstatusretweets.h b/thirdparty/qtweetlib/src/qtweetstatusretweets.h similarity index 100% rename from thirdparty/QTweetLib/src/qtweetstatusretweets.h rename to thirdparty/qtweetlib/src/qtweetstatusretweets.h diff --git a/thirdparty/QTweetLib/src/qtweetstatusshow.cpp b/thirdparty/qtweetlib/src/qtweetstatusshow.cpp similarity index 100% rename from thirdparty/QTweetLib/src/qtweetstatusshow.cpp rename to thirdparty/qtweetlib/src/qtweetstatusshow.cpp diff --git a/thirdparty/QTweetLib/src/qtweetstatusshow.h b/thirdparty/qtweetlib/src/qtweetstatusshow.h similarity index 100% rename from thirdparty/QTweetLib/src/qtweetstatusshow.h rename to thirdparty/qtweetlib/src/qtweetstatusshow.h diff --git a/thirdparty/QTweetLib/src/qtweetstatusupdate.cpp b/thirdparty/qtweetlib/src/qtweetstatusupdate.cpp similarity index 100% rename from thirdparty/QTweetLib/src/qtweetstatusupdate.cpp rename to thirdparty/qtweetlib/src/qtweetstatusupdate.cpp diff --git a/thirdparty/QTweetLib/src/qtweetstatusupdate.h b/thirdparty/qtweetlib/src/qtweetstatusupdate.h similarity index 100% rename from thirdparty/QTweetLib/src/qtweetstatusupdate.h rename to thirdparty/qtweetlib/src/qtweetstatusupdate.h diff --git a/thirdparty/QTweetLib/src/qtweetuser.cpp b/thirdparty/qtweetlib/src/qtweetuser.cpp similarity index 100% rename from thirdparty/QTweetLib/src/qtweetuser.cpp rename to thirdparty/qtweetlib/src/qtweetuser.cpp diff --git a/thirdparty/QTweetLib/src/qtweetuser.h b/thirdparty/qtweetlib/src/qtweetuser.h similarity index 100% rename from thirdparty/QTweetLib/src/qtweetuser.h rename to thirdparty/qtweetlib/src/qtweetuser.h diff --git a/thirdparty/QTweetLib/src/qtweetuserlookup.cpp b/thirdparty/qtweetlib/src/qtweetuserlookup.cpp similarity index 100% rename from thirdparty/QTweetLib/src/qtweetuserlookup.cpp rename to thirdparty/qtweetlib/src/qtweetuserlookup.cpp diff --git a/thirdparty/QTweetLib/src/qtweetuserlookup.h b/thirdparty/qtweetlib/src/qtweetuserlookup.h similarity index 100% rename from thirdparty/QTweetLib/src/qtweetuserlookup.h rename to thirdparty/qtweetlib/src/qtweetuserlookup.h diff --git a/thirdparty/QTweetLib/src/qtweetusersearch.cpp b/thirdparty/qtweetlib/src/qtweetusersearch.cpp similarity index 100% rename from thirdparty/QTweetLib/src/qtweetusersearch.cpp rename to thirdparty/qtweetlib/src/qtweetusersearch.cpp diff --git a/thirdparty/QTweetLib/src/qtweetusersearch.h b/thirdparty/qtweetlib/src/qtweetusersearch.h similarity index 100% rename from thirdparty/QTweetLib/src/qtweetusersearch.h rename to thirdparty/qtweetlib/src/qtweetusersearch.h diff --git a/thirdparty/QTweetLib/src/qtweetusershow.cpp b/thirdparty/qtweetlib/src/qtweetusershow.cpp similarity index 100% rename from thirdparty/QTweetLib/src/qtweetusershow.cpp rename to thirdparty/qtweetlib/src/qtweetusershow.cpp diff --git a/thirdparty/QTweetLib/src/qtweetusershow.h b/thirdparty/qtweetlib/src/qtweetusershow.h similarity index 100% rename from thirdparty/QTweetLib/src/qtweetusershow.h rename to thirdparty/qtweetlib/src/qtweetusershow.h diff --git a/thirdparty/QTweetLib/src/qtweetuserstatusesfollowers.cpp b/thirdparty/qtweetlib/src/qtweetuserstatusesfollowers.cpp similarity index 100% rename from thirdparty/QTweetLib/src/qtweetuserstatusesfollowers.cpp rename to thirdparty/qtweetlib/src/qtweetuserstatusesfollowers.cpp diff --git a/thirdparty/QTweetLib/src/qtweetuserstatusesfollowers.h b/thirdparty/qtweetlib/src/qtweetuserstatusesfollowers.h similarity index 100% rename from thirdparty/QTweetLib/src/qtweetuserstatusesfollowers.h rename to thirdparty/qtweetlib/src/qtweetuserstatusesfollowers.h diff --git a/thirdparty/QTweetLib/src/qtweetuserstatusesfriends.cpp b/thirdparty/qtweetlib/src/qtweetuserstatusesfriends.cpp similarity index 100% rename from thirdparty/QTweetLib/src/qtweetuserstatusesfriends.cpp rename to thirdparty/qtweetlib/src/qtweetuserstatusesfriends.cpp diff --git a/thirdparty/QTweetLib/src/qtweetuserstatusesfriends.h b/thirdparty/qtweetlib/src/qtweetuserstatusesfriends.h similarity index 100% rename from thirdparty/QTweetLib/src/qtweetuserstatusesfriends.h rename to thirdparty/qtweetlib/src/qtweetuserstatusesfriends.h diff --git a/thirdparty/QTweetLib/src/qtweetuserstream.cpp b/thirdparty/qtweetlib/src/qtweetuserstream.cpp similarity index 100% rename from thirdparty/QTweetLib/src/qtweetuserstream.cpp rename to thirdparty/qtweetlib/src/qtweetuserstream.cpp diff --git a/thirdparty/QTweetLib/src/qtweetuserstream.h b/thirdparty/qtweetlib/src/qtweetuserstream.h similarity index 100% rename from thirdparty/QTweetLib/src/qtweetuserstream.h rename to thirdparty/qtweetlib/src/qtweetuserstream.h diff --git a/thirdparty/QTweetLib/src/qtweetusertimeline.cpp b/thirdparty/qtweetlib/src/qtweetusertimeline.cpp similarity index 100% rename from thirdparty/QTweetLib/src/qtweetusertimeline.cpp rename to thirdparty/qtweetlib/src/qtweetusertimeline.cpp diff --git a/thirdparty/QTweetLib/src/qtweetusertimeline.h b/thirdparty/qtweetlib/src/qtweetusertimeline.h similarity index 100% rename from thirdparty/QTweetLib/src/qtweetusertimeline.h rename to thirdparty/qtweetlib/src/qtweetusertimeline.h diff --git a/thirdparty/QTweetLib/src/src.pro b/thirdparty/qtweetlib/src/src.pro similarity index 100% rename from thirdparty/QTweetLib/src/src.pro rename to thirdparty/qtweetlib/src/src.pro