Browse Source

Added preferences.h and preferences.cxx to the project files.

git-svn-id: file:///var/svn/tigccpp/trunk@454 9552661e-59e3-4036-b4f2-dbe53926924f
joeyadams 18 years ago
parent
commit
34f652f105
2 changed files with 8 additions and 4 deletions
  1. 4 2
      ktigcc/KTIGCC.prj
  2. 4 2
      ktigcc/ktigcc.pro

+ 4 - 2
ktigcc/KTIGCC.prj

@@ -70,7 +70,8 @@ module.include.files=\
 	.ui/mainform.h\
 	mainform.ui.h\
 	tpr.h\
-	ktigcc.h
+	ktigcc.h\
+	preferences.h
 
 module.source.name=.
 module.source.type=
@@ -81,7 +82,8 @@ module.source.files=\
 	ktigcc.cpp\
 	mainform.ui\
 	ktigcc.pro\
-	tpr.cxx
+	tpr.cxx\
+	preferences.cxx
 
 module.pixmap.name=.
 module.pixmap.type=

+ 4 - 2
ktigcc/ktigcc.pro

@@ -8,10 +8,12 @@ unix:LIBS	+= -lktexteditor -lqassistantclient
 unix:INCLUDEPATH	+= /usr/include/kde
 
 HEADERS	+= tpr.h \
-	ktigcc.h
+	ktigcc.h \
+	preferences.h
 
 SOURCES	+= ktigcc.cpp \
-	tpr.cxx
+	tpr.cxx \
+	preferences.cxx
 
 FORMS	= mainform.ui