From 5445c25f501f456239b299d2b8810e4beb97a4f3 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 2 Dec 2013 14:13:04 -0600 Subject: Automated update from Qt3 --- tools/designer/plugins/cppeditor/cppeditor.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/designer/plugins/cppeditor') diff --git a/tools/designer/plugins/cppeditor/cppeditor.pro b/tools/designer/plugins/cppeditor/cppeditor.pro index 391c1d73e..6cfdf8f15 100644 --- a/tools/designer/plugins/cppeditor/cppeditor.pro +++ b/tools/designer/plugins/cppeditor/cppeditor.pro @@ -12,9 +12,9 @@ VERSION = 1.0.0 INCLUDEPATH += ../../interfaces ../../editor $$QT_BUILD_TREE/tools/designer/editor hpux-* { - LIBS += $$QT_BUILD_TREE/lib/libeditor.a + LIBS += $$QT_BUILD_TREE/lib/libtqteditor.a } else { - LIBS += -L$$QT_BUILD_TREE/lib -leditor + LIBS += -L$$QT_BUILD_TREE/lib -ltqteditor } target.path += $$plugins.path/designer -- cgit v1.2.1