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(BUILD_INFO_FILE AkVirtualCamera.plugin/Contents/Resources/build-info.txt)
|
||||
set(APP_LIBDIR AkVirtualCamera.plugin/Contents/Frameworks)
|
||||
set(MAIN_EXECUTABLE AkVirtualCamera.plugin/Contents/MacOS/AkVirtualCamera)
|
||||
set(QTIFW_TARGET_DIR "\@ApplicationsDir\@/AkVirtualCamera")
|
||||
elseif (WIN32)
|
||||
add_subdirectory(dshow)
|
||||
set(TARGET_PLATFORM windows)
|
||||
set(BUILD_INFO_FILE share/build-info.txt)
|
||||
set(MAIN_EXECUTABLE ${TARGET_ARCH}/AkVCamManager.exe)
|
||||
set(APP_LIBDIR ${TARGET_ARCH})
|
||||
|
||||
if (IS_64BITS_TARGET)
|
||||
|
|
|
@ -2,12 +2,14 @@
|
|||
name = akvirtualcamera
|
||||
targetPlatform = @TARGET_PLATFORM@
|
||||
sourcesDir = @CMAKE_SOURCE_DIR@
|
||||
mainExecutable = @MAIN_EXECUTABLE@
|
||||
libDir = @APP_LIBDIR@
|
||||
buildInfoFile = @BUILD_INFO_FILE@
|
||||
targetArch = @TARGET_ARCH@
|
||||
version = @VERSION@
|
||||
outputFormats = QtIFW
|
||||
hideArch = true
|
||||
writeLauncher = false
|
||||
|
||||
[QtIFW]
|
||||
organization = org.webcamoidprj
|
||||
|
|
Loading…
Reference in a new issue