diff options
author | Kazumasa Mitsunari <knimitz@witz-inc.co.jp> | 2018-07-25 12:57:20 +0900 |
---|---|---|
committer | Kazumasa Mitsunari <knimitz@witz-inc.co.jp> | 2018-07-25 12:57:20 +0900 |
commit | 853d104a610a252558b3c34a16d8d9ee9e5e06c6 (patch) | |
tree | 0ddffc39f870a3ceb8deb27131ea207bb8408db2 | |
parent | 90c11d9ea26f6c4d483ce69a082b37dc2f7d9d06 (diff) |
Rename libqtsoundmanager for consistencyneedlefish_13.93.0needlefish/13.93.0marlin_12.93.0marlin_12.92.0marlin_12.91.0marlin_12.90.1marlin_12.90.0marlin/12.93.0marlin/12.92.0marlin/12.91.0marlin/12.90.1marlin/12.90.0lamprey_11.92.0lamprey_11.91.0lamprey/11.92.0lamprey/11.91.0koi_10.93.0koi_10.92.0koi_10.91.0koi/10.93.0koi/10.92.0koi/10.91.0jellyfish_9.99.4jellyfish_9.99.3jellyfish_9.99.2jellyfish_9.99.1jellyfish/9.99.4jellyfish/9.99.3jellyfish/9.99.2jellyfish/9.99.1icefish_8.99.5icefish_8.99.4icefish_8.99.3icefish_8.99.2icefish_8.99.1icefish/8.99.5icefish/8.99.4icefish/8.99.3icefish/8.99.2icefish/8.99.1halibut_8.0.6halibut_8.0.5halibut_8.0.4halibut_8.0.3halibut_8.0.2halibut_8.0.1halibut_8.0.0halibut_7.99.3halibut_7.99.2halibut_7.99.1halibut_7.90.0halibut/8.0.6halibut/8.0.5halibut/8.0.4halibut/8.0.3halibut/8.0.2halibut/8.0.1halibut/8.0.0halibut/7.99.3halibut/7.99.2halibut/7.99.1halibut/7.90.0guppy_6.99.4guppy_6.99.3guppy_6.99.2guppy_6.99.1guppy_6.90.0guppy/6.99.4guppy/6.99.3guppy/6.99.2guppy/6.99.1guppy/6.90.0flounder_5.99.6flounder_5.99.5flounder_5.99.4flounder_5.99.3flounder/5.99.6flounder/5.99.5flounder/5.99.4flounder/5.99.39.99.49.99.39.99.29.99.18.99.58.99.48.99.38.99.28.99.18.0.68.0.58.0.48.0.38.0.28.0.18.0.07.99.37.99.27.99.17.90.06.99.46.99.36.99.26.99.16.90.05.99.65.99.55.99.45.99.313.93.012.93.012.92.012.91.012.90.112.90.011.92.011.91.010.93.010.92.010.91.0halibut
Rename libqtsoundmanager for consistency
Change-Id: Id0b36cc54eebe204d9186a6cc5fbd39fdbca47fd
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
-rw-r--r-- | libqtsoundmanager.pro (renamed from qlibsoundmanager.pro) | 0 | ||||
-rw-r--r-- | src/libqtsoundmanager.cpp (renamed from src/qlibsoundmanager.cpp) | 2 | ||||
-rw-r--r-- | src/libqtsoundmanager.h (renamed from src/qlibsoundmanager.h) | 6 | ||||
-rw-r--r-- | src/src.pro | 8 |
4 files changed, 8 insertions, 8 deletions
diff --git a/qlibsoundmanager.pro b/libqtsoundmanager.pro index 9d5a55f..9d5a55f 100644 --- a/qlibsoundmanager.pro +++ b/libqtsoundmanager.pro diff --git a/src/qlibsoundmanager.cpp b/src/libqtsoundmanager.cpp index af910fe..d431f88 100644 --- a/src/qlibsoundmanager.cpp +++ b/src/libqtsoundmanager.cpp @@ -14,7 +14,7 @@ * limitations under the License. */ -#include "qlibsoundmanager.h" +#include "libqtsoundmanager.h" #include <QJsonDocument> using namespace std; diff --git a/src/qlibsoundmanager.h b/src/libqtsoundmanager.h index bbe3da9..1aaff5e 100644 --- a/src/qlibsoundmanager.h +++ b/src/libqtsoundmanager.h @@ -13,8 +13,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#ifndef QLIBSOUNDMANAGER_H -#define QLIBSOUNDMANAGER_H +#ifndef LIBQTSOUNDMANAGER_H +#define LIBQTSOUNDMANAGER_H #include <QObject> #include <QVariant> @@ -57,4 +57,4 @@ signals: }; -#endif /*QLIBSOUNDMANAGER_H*/ +#endif /*LIBQTSOUNDMANAGER_H*/ diff --git a/src/src.pro b/src/src.pro index 1256a0d..ebd9b9a 100644 --- a/src/src.pro +++ b/src/src.pro @@ -17,11 +17,11 @@ TEMPLATE = lib VERSION = 0.1.0 TARGET = qtsoundmanager -HEADERS = qlibsoundmanager.h -SOURCES = qlibsoundmanager.cpp +HEADERS = libqtsoundmanager.h +SOURCES = libqtsoundmanager.cpp headers.path = /usr/include -headers.files = qlibsoundmanager.h +headers.files = libqtsoundmanager.h target.path = /usr/lib @@ -29,7 +29,7 @@ CONFIG += link_pkgconfig create_pc create_prl no_install_prl PKGCONFIG += soundmanager -QMAKE_PKGCONFIG_NAME = qlibsoundmanager +QMAKE_PKGCONFIG_NAME = libqtsoundmanager QMAKE_PKGCONFIG_FILE = $${QMAKE_PKGCONFIG_NAME} QMAKE_PKGCONFIG_VERSION = $${VERSION} QMAKE_PKGCONFIG_DESCRIPTION = A wrapper interface for libsoundmanager for Qt |