avoid qmake warning

This commit is contained in:
Uwe Rathmann 2022-04-22 07:44:32 +02:00
parent 8039ebd785
commit 3f818470e8

View File

@ -175,6 +175,8 @@ debug {
LOCAL_PRI=$$(QSK_LOCAL_PRI)
if ( !isEmpty( LOCAL_PRI ) ) {
if ( exists( $${LOCAL_PRI} ) ) {
# When not working with the Qt/Creator it is often more convenient
@ -183,3 +185,4 @@ if ( exists( $${LOCAL_PRI} ) ) {
include( $${LOCAL_PRI} )
}
}