summaryrefslogtreecommitdiff
blob: 98b4fb5a237b64e799b94da03b8313ca5d18dfba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- designer.pro.orig	2006-09-16 09:07:21.000000000 -0700
+++ designer.pro	2007-06-24 18:57:47.000000000 -0700
@@ -5,8 +5,10 @@
 TARGET = qscintillaplugin
 DESTDIR = $(QTDIR)/plugins/designer
 
+INCLUDEPATH = ../Qt3
+
 CONFIG += qt warn_on release plugin
 
 SOURCES += qscintillaplugin.cpp
 
-LIBS += -lqscintilla2
+LIBS += -L../Qt3 -lqscintilla2