diff options
author | Timothy Pearson <[email protected]> | 2013-01-29 23:20:34 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-29 23:20:34 -0600 |
commit | e863593e4cef4013691fd96440d052015ef9c4c5 (patch) | |
tree | fb58a0ccd493b8220d2ca32f33deb684100de8f9 /kdirstat.kdevprj | |
parent | 6945e4f25035550592b183bcea988980898ee571 (diff) | |
download | kdirstat-e863593e4cef4013691fd96440d052015ef9c4c5.tar.gz kdirstat-e863593e4cef4013691fd96440d052015ef9c4c5.zip |
Rename a few build variables for overall consistency
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 |