avoid qmake warning
This commit is contained in:
parent
8039ebd785
commit
3f818470e8
@ -175,11 +175,14 @@ debug {
|
|||||||
|
|
||||||
LOCAL_PRI=$$(QSK_LOCAL_PRI)
|
LOCAL_PRI=$$(QSK_LOCAL_PRI)
|
||||||
|
|
||||||
if ( exists( $${LOCAL_PRI} ) ) {
|
if ( !isEmpty( LOCAL_PRI ) ) {
|
||||||
|
|
||||||
# When not working with the Qt/Creator it is often more convenient
|
if ( exists( $${LOCAL_PRI} ) ) {
|
||||||
# to include the specific options of your local build, than passing
|
|
||||||
# them all on the command line
|
|
||||||
|
|
||||||
include( $${LOCAL_PRI} )
|
# When not working with the Qt/Creator it is often more convenient
|
||||||
|
# to include the specific options of your local build, than passing
|
||||||
|
# them all on the command line
|
||||||
|
|
||||||
|
include( $${LOCAL_PRI} )
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user