9 lines
157 B
C
9 lines
157 B
C
|
#pragma once
|
||
|
|
||
|
#ifdef DEVELOPENV
|
||
|
#define BaseUrl QString("http://127.0.0.1:8080")
|
||
|
#else
|
||
|
#define BaseUrl QString("qrc:/html/html/index.html")
|
||
|
#endif // DEBUG
|
||
|
|