From c618f06e39eee1bf8110f5a0c56578fb44e986f5 Mon Sep 17 00:00:00 2001 From: mread Date: Tue, 11 Jan 2011 14:48:30 +0000 Subject: renamed .pro file to make qmake happy qmake got upset because tst_qfileopenevent.pro was not called test.pro. Task-number: QTBUG-15015 Reviewed-by: Shane Kearns --- tests/auto/symbian/qfileopenevent/test/test.pro | 7 +++++++ tests/auto/symbian/qfileopenevent/test/tst_qfileopenevent.pro | 7 ------- 2 files changed, 7 insertions(+), 7 deletions(-) create mode 100644 tests/auto/symbian/qfileopenevent/test/test.pro delete mode 100644 tests/auto/symbian/qfileopenevent/test/tst_qfileopenevent.pro diff --git a/tests/auto/symbian/qfileopenevent/test/test.pro b/tests/auto/symbian/qfileopenevent/test/test.pro new file mode 100644 index 0000000..3f16dcf --- /dev/null +++ b/tests/auto/symbian/qfileopenevent/test/test.pro @@ -0,0 +1,7 @@ +load(qttest_p4) +TARGET = tst_qfileopenevent +HEADERS += +SOURCES += tst_qfileopenevent.cpp +symbian { + LIBS+=-lefsrv -lapgrfx -lapmime +} diff --git a/tests/auto/symbian/qfileopenevent/test/tst_qfileopenevent.pro b/tests/auto/symbian/qfileopenevent/test/tst_qfileopenevent.pro deleted file mode 100644 index 3f16dcf..0000000 --- a/tests/auto/symbian/qfileopenevent/test/tst_qfileopenevent.pro +++ /dev/null @@ -1,7 +0,0 @@ -load(qttest_p4) -TARGET = tst_qfileopenevent -HEADERS += -SOURCES += tst_qfileopenevent.cpp -symbian { - LIBS+=-lefsrv -lapgrfx -lapmime -} -- cgit v0.12