mirror of
https://github.com/QuasarApp/Hanoi-Towers.git
synced 2025-04-28 02:34:33 +00:00
try fix admod banners
This commit is contained in:
parent
d1309099ce
commit
da9fab2ce0
@ -28,7 +28,7 @@ endif()
|
||||
if(ONLINE_FUNCTIONS)
|
||||
add_definitions(-DONLINE_FUNCTIONS)
|
||||
else()
|
||||
# set(HEART_SSL OFF)
|
||||
set(HEART_SSL OFF)
|
||||
endif()
|
||||
|
||||
if (NOT DEFINED HANOI_TESTS)
|
||||
|
@ -32,7 +32,7 @@ ApplicationWindow {
|
||||
|
||||
Component.onCompleted: {
|
||||
|
||||
const obj = createSpriteObjects(":/admod/AdMobInterstitialAndroid.qml", this);
|
||||
const obj = createSpriteObjects("qrc:/admod/AdMobInterstitialAndroid.qml", this);
|
||||
if (obj) {
|
||||
admodbanner = obj;
|
||||
admodbanner.load()
|
||||
|
Loading…
x
Reference in New Issue
Block a user