diff options
| author | Victor Tran <vicr12345@gmail.com> | 2018-10-13 16:18:34 +1100 |
|---|---|---|
| committer | Victor Tran <vicr12345@gmail.com> | 2018-10-13 16:18:34 +1100 |
| commit | a94ee6b50339cabac069638b5ee2f70e1308048a (patch) | |
| tree | a9b307efaa5143d1d9aae102e1700d683c4515ab /installer/installer.pro | |
| parent | d58b0626af7ed8bba3f4814d250eafae284ae03a (diff) | |
| download | theInstaller-a94ee6b50339cabac069638b5ee2f70e1308048a.tar.gz theInstaller-a94ee6b50339cabac069638b5ee2f70e1308048a.tar.bz2 theInstaller-a94ee6b50339cabac069638b5ee2f70e1308048a.zip | |
Add some checks
Diffstat (limited to 'installer/installer.pro')
| -rw-r--r-- | installer/installer.pro | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/installer/installer.pro b/installer/installer.pro index b7cd4bc..7391d90 100644 --- a/installer/installer.pro +++ b/installer/installer.pro @@ -27,7 +27,8 @@ DEFINES += QT_DEPRECATED_WARNINGS # You can also select to disable deprecated APIs only up to a certain version of Qt. #DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0 -#DEFINES += INSTALLER_METADATA_URL=\\\"http://localhost:8000/installer.json\\\" +#This will create an installer for theSlate. Change this URL to a different one to change what is installed. +#Also change the branding files. DEFINES += INSTALLER_METADATA_URL=\\\"http://vicr123.com/theslate/theinstaller/installer.json\\\" SOURCES += \ |
