mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
0031888: Configuration, qmake - linkage error due to missing .cpp file in TKMesh
OccToolkit.pri now handles also .cpp file extension.
This commit is contained in:
parent
71af3370c4
commit
a8b9d7eb27
@ -77,8 +77,8 @@ for (aCfgIter, CONFIG) {
|
|||||||
# Define the list of standard OCCT file extensions
|
# Define the list of standard OCCT file extensions
|
||||||
aHxxRegex = ^.*\.(hxx|h|lxx|gxx)$
|
aHxxRegex = ^.*\.(hxx|h|lxx|gxx)$
|
||||||
aPxxRegex = ^.*\.(pxx)$
|
aPxxRegex = ^.*\.(pxx)$
|
||||||
aCxxRegex = ^.*\.(cxx|c)$
|
aCxxRegex = ^.*\.(cxx|cpp|c)$
|
||||||
mac { aCxxRegex = ^.*\.(cxx|c|m|mm)$ }
|
mac { aCxxRegex = ^.*\.(cxx|cpp|c|m|mm)$ }
|
||||||
|
|
||||||
# Auxiliary function for probing file extension
|
# Auxiliary function for probing file extension
|
||||||
defineTest (occCheckExtension) {
|
defineTest (occCheckExtension) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user