diff options
Diffstat (limited to 'kdirstat.kdevprj')
-rw-r--r-- | kdirstat.kdevprj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kdirstat.kdevprj b/kdirstat.kdevprj index b07f078..ac73a79 100644 --- a/kdirstat.kdevprj +++ b/kdirstat.kdevprj @@ -16,7 +16,7 @@ type=DATA [Config for BinMakefileAm] bin_program=kdirstat cxxflags=-O0 -g3 -Wall -ldadd=$(LIB_KFILE) -ltdeui -ltdecore $(LIB_QT) +ldadd=$(LIB_TDEFILE) -ltdeui -ltdecore $(LIB_QT) ldflags= [General] AMChanged=false @@ -44,7 +44,7 @@ Headers=*.h,*.hh,*.hxx,*.hpp,*.H Others=* Sources=*.cpp,*.c,*.cc,*.C,*.cxx,*.ec,*.ecpp,*.lxx,*.l++,*.ll,*.l Translations=*.po -B_KFILEUser Interface=*.kdevdlg,*.ui,*.rc +B_TDEFILEUser Interface=*.kdevdlg,*.ui,*.rc groups=Headers,Sources,User Interface,Translations,GNU,Others [Makefile.am] files=kdirstat.kdevprj,AUTHORS,COPYING,ChangeLog,INSTALL,README,TODO,kdirstat.lsm |