|
@@ -35,24 +35,24 @@ find_package(Qt5 REQUIRED COMPONENTS Core Widgets)
|
|
|
|
|
|
configure_file(
|
|
|
src/plugin-macros.h.in
|
|
|
- src/plugin-macros.generated.h
|
|
|
+ ../src/plugin-macros.generated.h
|
|
|
)
|
|
|
configure_file(
|
|
|
installer/installer-macOS.pkgproj.in
|
|
|
- installer/installer-macOS.generated.pkgproj
|
|
|
+ ../installer/installer-macOS.generated.pkgproj
|
|
|
)
|
|
|
configure_file(
|
|
|
installer/installer-Windows.iss.in
|
|
|
- installer/installer-Windows.generated.iss
|
|
|
+ ../installer/installer-Windows.generated.iss
|
|
|
)
|
|
|
|
|
|
configure_file(
|
|
|
ci/ci_includes.sh.in
|
|
|
- ci/ci_includes.generated.sh
|
|
|
+ ../ci/ci_includes.generated.sh
|
|
|
)
|
|
|
configure_file(
|
|
|
ci/ci_includes.cmd.in
|
|
|
- ci/ci_includes.generated.cmd
|
|
|
+ ../ci/ci_includes.generated.cmd
|
|
|
)
|
|
|
|
|
|
set(PLUGIN_SOURCES
|