Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Revert "Create test profiles in temp"
This reverts commit ae087a3.
  • Loading branch information
nyalldawson committed Apr 1, 2020
1 parent c12ed15 commit acf7273
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/test/qgstest.h
Expand Up @@ -26,10 +26,8 @@
QT_END_NAMESPACE \
int main(int argc, char *argv[]) \
{ \
QTemporaryDir dir; \
QgsApplication app(argc, argv, false); \
app.init( dir.path() ); \
dir.setAutoRemove( false ); \
app.init(); \
app.setAttribute(Qt::AA_Use96Dpi, true); \
QTEST_DISABLE_KEYPAD_NAVIGATION \
QTEST_ADD_GPU_BLACKLIST_SUPPORT \
Expand Down

0 comments on commit acf7273

Please sign in to comment.