Browse Source

Add missing -lkdeui to link line (needed for OS X).

git-svn-id: file:///var/svn/tigccpp/trunk@888 9552661e-59e3-4036-b4f2-dbe53926924f
kevinkofler 17 years ago
parent
commit
2dcaf41c96
2 changed files with 6 additions and 1 deletions
  1. 5 0
      ktigcc/NEWS
  2. 1 1
      ktigcc/ktigcc.pro

+ 5 - 0
ktigcc/NEWS

@@ -1,5 +1,10 @@
 This is a summary of the changes in KTIGCC since the first alpha release:
 
+CVS HEAD (2006-10-08):
+
+* Added missing -lkdeui to link line (needed for OS X).
+
+
 KTIGCC 1.04 (2006-09-25):
 
 * Use explicit memset to zero the buffer in loadFileText because the C++ way

+ 1 - 1
ktigcc/ktigcc.pro

@@ -3,7 +3,7 @@ LANGUAGE	= C++
 
 CONFIG	+= qt warn_on debug
 
-LIBS	+= -lktexteditor -lkutils -lkdecore -lkio -lkparts -lDCOP
+LIBS	+= -lktexteditor -lkutils -lkdeui -lkdecore -lkio -lkparts -lDCOP
 
 HEADERS	+= tpr.h \
 	ktigcc.h \