Added more variables to the package_info.conf.
This commit is contained in:
parent
b572a8cede
commit
8eaf3fb31b
2 changed files with 4 additions and 0 deletions
|
@ -29,11 +29,13 @@ if (APPLE)
|
||||||
set(TARGET_PLATFORM mac)
|
set(TARGET_PLATFORM mac)
|
||||||
set(BUILD_INFO_FILE AkVirtualCamera.plugin/Contents/Resources/build-info.txt)
|
set(BUILD_INFO_FILE AkVirtualCamera.plugin/Contents/Resources/build-info.txt)
|
||||||
set(APP_LIBDIR AkVirtualCamera.plugin/Contents/Frameworks)
|
set(APP_LIBDIR AkVirtualCamera.plugin/Contents/Frameworks)
|
||||||
|
set(MAIN_EXECUTABLE AkVirtualCamera.plugin/Contents/MacOS/AkVirtualCamera)
|
||||||
set(QTIFW_TARGET_DIR "\@ApplicationsDir\@/AkVirtualCamera")
|
set(QTIFW_TARGET_DIR "\@ApplicationsDir\@/AkVirtualCamera")
|
||||||
elseif (WIN32)
|
elseif (WIN32)
|
||||||
add_subdirectory(dshow)
|
add_subdirectory(dshow)
|
||||||
set(TARGET_PLATFORM windows)
|
set(TARGET_PLATFORM windows)
|
||||||
set(BUILD_INFO_FILE share/build-info.txt)
|
set(BUILD_INFO_FILE share/build-info.txt)
|
||||||
|
set(MAIN_EXECUTABLE ${TARGET_ARCH}/AkVCamManager.exe)
|
||||||
set(APP_LIBDIR ${TARGET_ARCH})
|
set(APP_LIBDIR ${TARGET_ARCH})
|
||||||
|
|
||||||
if (IS_64BITS_TARGET)
|
if (IS_64BITS_TARGET)
|
||||||
|
|
|
@ -2,12 +2,14 @@
|
||||||
name = akvirtualcamera
|
name = akvirtualcamera
|
||||||
targetPlatform = @TARGET_PLATFORM@
|
targetPlatform = @TARGET_PLATFORM@
|
||||||
sourcesDir = @CMAKE_SOURCE_DIR@
|
sourcesDir = @CMAKE_SOURCE_DIR@
|
||||||
|
mainExecutable = @MAIN_EXECUTABLE@
|
||||||
libDir = @APP_LIBDIR@
|
libDir = @APP_LIBDIR@
|
||||||
buildInfoFile = @BUILD_INFO_FILE@
|
buildInfoFile = @BUILD_INFO_FILE@
|
||||||
targetArch = @TARGET_ARCH@
|
targetArch = @TARGET_ARCH@
|
||||||
version = @VERSION@
|
version = @VERSION@
|
||||||
outputFormats = QtIFW
|
outputFormats = QtIFW
|
||||||
hideArch = true
|
hideArch = true
|
||||||
|
writeLauncher = false
|
||||||
|
|
||||||
[QtIFW]
|
[QtIFW]
|
||||||
organization = org.webcamoidprj
|
organization = org.webcamoidprj
|
||||||
|
|
Loading…
Reference in a new issue