Skip to content

Commit d1c660d

Browse files
committed
changed to native eol
1 parent f0a6d6a commit d1c660d

File tree

4 files changed

+3155
-3155
lines changed

4 files changed

+3155
-3155
lines changed

build/PythonQt_QtAll.prf

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
# profile for non-mevis users to link to PythonQt_QtAll
2-
3-
INCLUDEPATH += $$PWD/../extensions/PythonQt_QtAll
4-
5-
# check if debug or release
6-
CONFIG(debug, debug|release) {
7-
DEBUG_EXT = _d
8-
} else {
9-
DEBUG_EXT =
10-
}
11-
12-
win32::LIBS += $$PWD/../liPythonQt_QtAll-Qt5-Python$${PYTHON_VERSION}$${DEBUG_EXT}.lib
1+
# profile for non-mevis users to link to PythonQt_QtAll
2+
3+
INCLUDEPATH += $$PWD/../extensions/PythonQt_QtAll
4+
5+
# check if debug or release
6+
CONFIG(debug, debug|release) {
7+
DEBUG_EXT = _d
8+
} else {
9+
DEBUG_EXT =
10+
}
11+
12+
win32::LIBS += $$PWD/../liPythonQt_QtAll-Qt5-Python$${PYTHON_VERSION}$${DEBUG_EXT}.lib
1313
unix::LIBS += -L$$PWD/../lib -lPythonQt_QtAll-Qt5-Python$${PYTHON_VERSION}$${DEBUG_EXT}

build/common.prf

Lines changed: 53 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,53 @@
1-
2-
# depending on your Qt configuration, you want to enable or disable
3-
# one of the release/debug builds (if all three lines are commented,
4-
# the default of your Qt installation will used)
5-
6-
# build with both debug and release mode
7-
#CONFIG += debug_and_release build_all
8-
9-
# build with release mode only
10-
#CONFIG += release
11-
12-
# build with debug mode only
13-
#CONFIG += debug
14-
15-
# for all debug builds, add "_d" extension to target
16-
CONFIG(debug, debug|release) {
17-
TARGET = $${TARGET}_d
18-
}
19-
20-
# Try files that are generated by the user:
21-
PYTHONQT_GENERATED_PATH = $$PWD/../generated_cpp
22-
23-
!exists($$PYTHONQT_GENERATED_PATH) {
24-
# If no files are generated, try the checked-in wrappers:
25-
PYTHONQT_GENERATED_PATH = $$PWD/../generated_cpp_$${QT_MAJOR_VERSION}$${QT_MINOR_VERSION}
26-
27-
!exists($$PYTHONQT_GENERATED_PATH) {
28-
contains( QT_MAJOR_VERSION, 5 ) {
29-
contains( QT_MINOR_VERSION, 1 ) {
30-
PYTHONQT_GENERATED_PATH = $$PWD/../generated_cpp_50
31-
}
32-
else:contains( QT_MINOR_VERSION, 2 ) {
33-
PYTHONQT_GENERATED_PATH = $$PWD/../generated_cpp_50
34-
}
35-
else:contains( QT_MINOR_VERSION, 3 ) {
36-
PYTHONQT_GENERATED_PATH = $$PWD/../generated_cpp_53
37-
}
38-
else:contains( QT_MINOR_VERSION, 4 ) {
39-
PYTHONQT_GENERATED_PATH = $$PWD/../generated_cpp_54
40-
}
41-
else:contains( QT_MINOR_VERSION, 5 ) {
42-
PYTHONQT_GENERATED_PATH = $$PWD/../generated_cpp_54
43-
}
44-
else:contains( QT_MINOR_VERSION, 6 ) {
45-
PYTHONQT_GENERATED_PATH = $$PWD/../generated_cpp_56
46-
} else {
47-
PYTHONQT_GENERATED_PATH = $$PWD/../generated_cpp_56
48-
}
49-
}
50-
}
51-
}
52-
53-
VERSION = 3.2.0
1+
2+
# depending on your Qt configuration, you want to enable or disable
3+
# one of the release/debug builds (if all three lines are commented,
4+
# the default of your Qt installation will used)
5+
6+
# build with both debug and release mode
7+
#CONFIG += debug_and_release build_all
8+
9+
# build with release mode only
10+
#CONFIG += release
11+
12+
# build with debug mode only
13+
#CONFIG += debug
14+
15+
# for all debug builds, add "_d" extension to target
16+
CONFIG(debug, debug|release) {
17+
TARGET = $${TARGET}_d
18+
}
19+
20+
# Try files that are generated by the user:
21+
PYTHONQT_GENERATED_PATH = $$PWD/../generated_cpp
22+
23+
!exists($$PYTHONQT_GENERATED_PATH) {
24+
# If no files are generated, try the checked-in wrappers:
25+
PYTHONQT_GENERATED_PATH = $$PWD/../generated_cpp_$${QT_MAJOR_VERSION}$${QT_MINOR_VERSION}
26+
27+
!exists($$PYTHONQT_GENERATED_PATH) {
28+
contains( QT_MAJOR_VERSION, 5 ) {
29+
contains( QT_MINOR_VERSION, 1 ) {
30+
PYTHONQT_GENERATED_PATH = $$PWD/../generated_cpp_50
31+
}
32+
else:contains( QT_MINOR_VERSION, 2 ) {
33+
PYTHONQT_GENERATED_PATH = $$PWD/../generated_cpp_50
34+
}
35+
else:contains( QT_MINOR_VERSION, 3 ) {
36+
PYTHONQT_GENERATED_PATH = $$PWD/../generated_cpp_53
37+
}
38+
else:contains( QT_MINOR_VERSION, 4 ) {
39+
PYTHONQT_GENERATED_PATH = $$PWD/../generated_cpp_54
40+
}
41+
else:contains( QT_MINOR_VERSION, 5 ) {
42+
PYTHONQT_GENERATED_PATH = $$PWD/../generated_cpp_54
43+
}
44+
else:contains( QT_MINOR_VERSION, 6 ) {
45+
PYTHONQT_GENERATED_PATH = $$PWD/../generated_cpp_56
46+
} else {
47+
PYTHONQT_GENERATED_PATH = $$PWD/../generated_cpp_56
48+
}
49+
}
50+
}
51+
}
52+
53+
VERSION = 3.2.0

0 commit comments

Comments
 (0)