summaryrefslogtreecommitdiff
path: root/tests/auto/testplugin/testplugin.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/testplugin/testplugin.pro')
-rw-r--r--tests/auto/testplugin/testplugin.pro4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/auto/testplugin/testplugin.pro b/tests/auto/testplugin/testplugin.pro
index b0df3acd..d656517f 100644
--- a/tests/auto/testplugin/testplugin.pro
+++ b/tests/auto/testplugin/testplugin.pro
@@ -1,7 +1,7 @@
TEMPLATE = lib
CONFIG += plugin
TARGET = testplugin
-TARGETPATH = QtDesktopTest
+TARGETPATH = QtQuickControlsTests
QT += qml quick widgets
@@ -18,8 +18,6 @@ HEADERS += \
$$PWD/testplugin.h \
$$PWD/testcppmodels.h
-DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
-
mac {
LIBS += -framework Carbon
}