mirror of
https://github.com/simonbrunel/qtpromise.git
synced 2025-04-02 22:45:08 +08:00
11 lines
191 B
C++
11 lines
191 B
C++
#include <QtQuickTest/quicktest.h>
|
|
|
|
static void initialize()
|
|
{
|
|
qputenv("QML2_IMPORT_PATH", QTPROMISE_IMPORTPATH);
|
|
}
|
|
|
|
Q_COREAPP_STARTUP_FUNCTION(initialize)
|
|
|
|
QUICK_TEST_MAIN(requirements)
|