forked from b-com-software-basis/remaken
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_BundleConfig.pri
More file actions
22 lines (18 loc) · 766 Bytes
/
_BundleConfig.pri
File metadata and controls
22 lines (18 loc) · 766 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Author(s) : Stéphane Leduc
# Include product configuration definitions
include(_ProductConfig.pri)
macx {
}
win32 {
# 'Windows nsis parameters'
SETUP_PRODUCTNAME=$${PRODUCT_DESCRIPTION}
SETUP_FILEPFX=Setup_
SETUP_FILENAME=$${PRODUCT_NAME}
SETUP_MANUFACTURER=$${PRODUCT_MANUFACTURER}
SETUP_VERSION=$${VERSION}
SETUP_GUID=$${PRODUCT_GUID}
SETUP_ICO_FILE=$$_PRO_FILE_PWD_/resources/appicon.ico
SETUP_NSIS_INFO = CUSTOMIZE_ONINIT CUSTOMIZE_UNONINIT CUSTOMIZE_DISPLAY_PAGE_COMPONENTS CUSTOMIZE_ADDTOPATH CUSTOMIZE_ADD_CUSTOM_PAGE
SETUP_NSIS_CUSTOM_FILEPATH=$$_PRO_FILE_PWD_/resources/install_remaken_3rdparties.nsh
SETUP_NSIS_CUSTOM_PAGE_DEFINITION_FILEPATH=$$_PRO_FILE_PWD_/resources/install_remaken_custom_pages.nsh
}