diff options
| author | Barath Kannan <barathsotd@gmail.com> | 2017-12-15 07:02:25 +1100 |
|---|---|---|
| committer | Barath Kannan <barathsotd@gmail.com> | 2017-12-15 07:02:25 +1100 |
| commit | eb92719c5d41b3013050b269ba5ec85383789b17 (patch) | |
| tree | ae169c7ca2a487ca64e4c20ff174a81783f9f43c | |
| parent | e373beac70dcad693acc7f08c5be829888675eb6 (diff) | |
| download | vcpkg-eb92719c5d41b3013050b269ba5ec85383789b17.tar.gz vcpkg-eb92719c5d41b3013050b269ba5ec85383789b17.zip | |
fix naming issues
| -rw-r--r-- | ports/qt5modularscripts/qt_modular_library.cmake | 2 | ||||
| -rw-r--r-- | ports/qt5serialport/CONTROL (renamed from ports/qt5serial/CONTROL) | 2 | ||||
| -rw-r--r-- | ports/qt5serialport/portfile.cmake (renamed from ports/qt5serial/portfile.cmake) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/ports/qt5modularscripts/qt_modular_library.cmake b/ports/qt5modularscripts/qt_modular_library.cmake index 7aff90f9b..b841d9eb7 100644 --- a/ports/qt5modularscripts/qt_modular_library.cmake +++ b/ports/qt5modularscripts/qt_modular_library.cmake @@ -61,7 +61,7 @@ function(qt_modular_library NAME HASH) foreach(DEBUG_MAKEFILE ${DEBUG_MAKEFILES})
file(READ "${DEBUG_MAKEFILE}" _contents)
string(REPLACE "zlib.lib" "zlibd.lib" _contents "${_contents}")
- string(REPLACE "vcpkg\\installed\\${TARGET_TRIPLET}\\lib" "vcpkg\\installed\\${TARGET_TRIPLET}\\debug\\lib" _contents "${_contents}")
+ string(REPLACE "installed\\${TARGET_TRIPLET}\\lib" "installed\\${TARGET_TRIPLET}\\debug\\lib" _contents "${_contents}")
string(REPLACE "/LIBPATH:${NATIVE_INSTALLED_DIR}\\debug\\lib qtmaind.lib" "shell32.lib /LIBPATH:${NATIVE_INSTALLED_DIR}\\debug\\lib\\manual-link qtmaind.lib /LIBPATH:${NATIVE_INSTALLED_DIR}\\debug\\lib" _contents "${_contents}")
file(WRITE "${DEBUG_MAKEFILE}" "${_contents}")
endforeach()
diff --git a/ports/qt5serial/CONTROL b/ports/qt5serialport/CONTROL index 7782e6a53..eb87231e0 100644 --- a/ports/qt5serial/CONTROL +++ b/ports/qt5serialport/CONTROL @@ -1,4 +1,4 @@ -Source: qt5serial +Source: qt5serialport Version: 5.9.2-0 Description: Qt5 Serial Port - provides access to hardware and virtual serial ports Build-Depends: qt5modularscripts, qt5base
\ No newline at end of file diff --git a/ports/qt5serial/portfile.cmake b/ports/qt5serialport/portfile.cmake index f4a42f38f..f4a42f38f 100644 --- a/ports/qt5serial/portfile.cmake +++ b/ports/qt5serialport/portfile.cmake |
