Skip to content

Commit 431e290

Browse files
committed
better Linux start script
1 parent 229657c commit 431e290

File tree

2 files changed

+3
-36
lines changed

2 files changed

+3
-36
lines changed

peb.sh

Lines changed: 0 additions & 29 deletions
This file was deleted.

src/peb.pro

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)