avoid qmake warning
This commit is contained in:
parent
8039ebd785
commit
3f818470e8
@ -175,6 +175,8 @@ debug {
|
|||||||
|
|
||||||
LOCAL_PRI=$$(QSK_LOCAL_PRI)
|
LOCAL_PRI=$$(QSK_LOCAL_PRI)
|
||||||
|
|
||||||
|
if ( !isEmpty( LOCAL_PRI ) ) {
|
||||||
|
|
||||||
if ( exists( $${LOCAL_PRI} ) ) {
|
if ( exists( $${LOCAL_PRI} ) ) {
|
||||||
|
|
||||||
# When not working with the Qt/Creator it is often more convenient
|
# When not working with the Qt/Creator it is often more convenient
|
||||||
@ -183,3 +185,4 @@ if ( exists( $${LOCAL_PRI} ) ) {
|
|||||||
|
|
||||||
include( $${LOCAL_PRI} )
|
include( $${LOCAL_PRI} )
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user