File tree Expand file tree Collapse file tree 2 files changed +3
-36
lines changed
Expand file tree Collapse file tree 2 files changed +3
-36
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -15,11 +15,6 @@ equals (QT_MAJOR_VERSION, 5) {
1515 message ("Qt Header files: $$[QT_INSTALL_HEADERS]" )
1616 message ("Qt Libraries: $$[QT_INSTALL_LIBS]" )
1717
18- # #########################################################
19- # HTTPS support - comment out to disable:
20- # #########################################################
21- CONFIG += openssl-linked
22-
2318 # #########################################################
2419 # Macintosh specific settings:
2520 # #########################################################
@@ -76,8 +71,6 @@ equals (QT_MAJOR_VERSION, 5) {
7671 }
7772 }
7873
79- # #########################################################
80- # NO CONFIGURATION OPTIONS BELOW THIS POINT.
8174 # #########################################################
8275
8376 CONFIG +=release
@@ -89,6 +82,9 @@ equals (QT_MAJOR_VERSION, 5) {
8982 # Network support:
9083 QT += network
9184
85+ # HTTPS support:
86+ CONFIG += openssl-linked
87+
9288 # Webkit support:
9389 QT += widgets webkitwidgets
9490
You can’t perform that action at this time.
0 commit comments