mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 07:12:40 +02:00
remove broken DEV_BUILD context
This commit is contained in:
parent
b3452f274e
commit
64ec4dac7a
1 changed files with 1 additions and 5 deletions
|
@ -16,12 +16,8 @@
|
|||
QTEST_MAIN(PathUtilsTests)
|
||||
|
||||
void PathUtilsTests::testPathUtils() {
|
||||
QString result = PathUtils::qmlBasePath();
|
||||
#if DEV_BUILD
|
||||
QVERIFY(result.startsWith("file:///"));
|
||||
#else
|
||||
QString result = PathUtils::qmlBaseUrl();
|
||||
QVERIFY(result.startsWith("qrc:///"));
|
||||
#endif
|
||||
QVERIFY(result.endsWith("/"));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue