mirror of
https://github.com/simonbrunel/qtpromise.git
synced 2024-11-23 11:17:12 +08:00
11 lines
188 B
C++
11 lines
188 B
C++
#include <QtQuickTest/quicktest.h>
|
|
|
|
static void initialize()
|
|
{
|
|
qputenv("QML2_IMPORT_PATH", QTPROMISE_IMPORTPATH);
|
|
}
|
|
|
|
Q_COREAPP_STARTUP_FUNCTION(initialize)
|
|
|
|
QUICK_TEST_MAIN(extension)
|