aboutsummaryrefslogtreecommitdiff
path: root/installer/installer.pro
diff options
context:
space:
mode:
authorVictor Tran <vicr12345@gmail.com>2019-10-02 20:29:27 +1000
committerVictor Tran <vicr12345@gmail.com>2019-10-02 20:29:27 +1000
commit748ee790cd74765962904ea9c3769afddae60503 (patch)
tree01436a70a377f81ece2a9a3306655102ed68e21b /installer/installer.pro
parente9058c61e2c78f6e5e04c8e5aa3c44a1e0d02434 (diff)
downloadtheInstaller-748ee790cd74765962904ea9c3769afddae60503.tar.gz
theInstaller-748ee790cd74765962904ea9c3769afddae60503.tar.bz2
theInstaller-748ee790cd74765962904ea9c3769afddae60503.zip
Update icons
Diffstat (limited to 'installer/installer.pro')
-rw-r--r--installer/installer.pro9
1 files changed, 3 insertions, 6 deletions
diff --git a/installer/installer.pro b/installer/installer.pro
index 8d9171f..bbf1fc5 100644
--- a/installer/installer.pro
+++ b/installer/installer.pro
@@ -38,7 +38,9 @@ if (isEmpty(METADATA_URL)) {
METADATA_URL = "$$cat($$_PRO_FILE_PWD_/metadata.txt)"
}
message(Configuring theInstaller for metadata URL $$METADATA_URL)
-DEFINES += INSTALLER_METADATA_URL=\\\"$$METADATA_URL\\\"
+DEFINES += INSTALLER_METADATA_URL=\\\"$$METADATA_URL\\\"\
+
+RC_FILE = icon.rc
SOURCES += \
main.cpp \
@@ -216,11 +218,6 @@ rellang.commands = "$$LRELEASE -removeidentical $$_PRO_FILE_"
QMAKE_EXTRA_TARGETS = genlang rellang
PRE_TARGETDEPS = genlang rellang
-win32 {
- #CONFIG += embed_manifest_exe
- #QMAKE_LFLAGS_WINDOWS += /MANIFESTUAC:level=\'requireAdministrator\'
-}
-
RESOURCES += \
resources.qrc