mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Add some debug messages
This commit is contained in:
parent
b908558d14
commit
0e341d7eaa
@ -55,6 +55,12 @@ INCLUDEPATH += ../common \
|
||||
INCLUDEPATH += ../common/gl
|
||||
}
|
||||
|
||||
message (ANDROID:$$ANDROID_TARGET_ARCH)
|
||||
message (HOST:$$QMAKE_HOST)
|
||||
message (HOST:$$QMAKE_HOST.arch)
|
||||
message (TARGET:$$QMAKE_TARGET)
|
||||
message (TARGET:$$QMAKE_TARGET.arch)
|
||||
|
||||
#there are going to be two builds for windows, OpenGL based and ANGLE based
|
||||
win32 {
|
||||
CONFIG(force_angle) {
|
||||
|
Loading…
Reference in New Issue
Block a user