From 8cc346604ed1e1504964772613ed9fe531361f69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Morten=20Johan=20S=C3=B8rvig?= Date: Thu, 25 Mar 2010 07:43:23 +0100 Subject: Fix CI sytem build breakage. (The .pro file name must match the dir name) --- tests/auto/macnativeevents/macnativeevents.pro | 16 ++++++++++++++++ tests/auto/macnativeevents/tst_macnativeevents.pro | 16 ---------------- 2 files changed, 16 insertions(+), 16 deletions(-) create mode 100644 tests/auto/macnativeevents/macnativeevents.pro delete mode 100644 tests/auto/macnativeevents/tst_macnativeevents.pro diff --git a/tests/auto/macnativeevents/macnativeevents.pro b/tests/auto/macnativeevents/macnativeevents.pro new file mode 100644 index 0000000..a0293d4 --- /dev/null +++ b/tests/auto/macnativeevents/macnativeevents.pro @@ -0,0 +1,16 @@ +###################################################################### +# Automatically generated by qmake (2.01a) Wed Nov 29 22:24:47 2006 +###################################################################### + +load(qttest_p4) +TEMPLATE = app +DEPENDPATH += . +INCLUDEPATH += . +LIBS += -framework Carbon + +HEADERS += qnativeinput.h qnativeplayer.h +SOURCES += qnativeinput.cpp qnativeplayer.cpp qnativeinput_mac.cpp + +SOURCES += tst_macnativeevents.cpp + +requires(mac) diff --git a/tests/auto/macnativeevents/tst_macnativeevents.pro b/tests/auto/macnativeevents/tst_macnativeevents.pro deleted file mode 100644 index a0293d4..0000000 --- a/tests/auto/macnativeevents/tst_macnativeevents.pro +++ /dev/null @@ -1,16 +0,0 @@ -###################################################################### -# Automatically generated by qmake (2.01a) Wed Nov 29 22:24:47 2006 -###################################################################### - -load(qttest_p4) -TEMPLATE = app -DEPENDPATH += . -INCLUDEPATH += . -LIBS += -framework Carbon - -HEADERS += qnativeinput.h qnativeplayer.h -SOURCES += qnativeinput.cpp qnativeplayer.cpp qnativeinput_mac.cpp - -SOURCES += tst_macnativeevents.cpp - -requires(mac) -- cgit v0.12