diff options
Diffstat (limited to 'win/pro_files/kstyles')
4 files changed, 10 insertions, 10 deletions
diff --git a/win/pro_files/kstyles/common.pro b/win/pro_files/kstyles/common.pro index d76111c37..6cc40111c 100644 --- a/win/pro_files/kstyles/common.pro +++ b/win/pro_files/kstyles/common.pro @@ -8,5 +8,5 @@ include( $(KDELIBS)/win/common.pro ) # needed to export library classes: DEFINES += MAKE_KSTYLE_LIB -LIBS += $$KDELIBDESTDIR\kdefx$$KDELIB_SUFFIX +LIBS += $$KDELIBDESTDIR\tdefx$$KDELIB_SUFFIX diff --git a/win/pro_files/kstyles/kthemestyle/themestyle.pro b/win/pro_files/kstyles/kthemestyle/themestyle.pro index 773030b6b..fa55f19e3 100644 --- a/win/pro_files/kstyles/kthemestyle/themestyle.pro +++ b/win/pro_files/kstyles/kthemestyle/themestyle.pro @@ -1,6 +1,6 @@ include( ../common.pro ) -LIBS += $$KDELIBDESTDIR\kdecore$$KDELIB_SUFFIX +LIBS += $$KDELIBDESTDIR\tdecore$$KDELIB_SUFFIX TARGET = kthemestyle$$KDEBUG diff --git a/win/pro_files/kstyles/thinkeramik/widget-engine/genembed.pro b/win/pro_files/kstyles/thinkeramik/widget-engine/genembed.pro index 37e637ed7..0424eb476 100644 --- a/win/pro_files/kstyles/thinkeramik/widget-engine/genembed.pro +++ b/win/pro_files/kstyles/thinkeramik/widget-engine/genembed.pro @@ -3,7 +3,7 @@ TEMPLATE = app include( $(KDELIBS)/win/common.pro ) -unix:LIBS += -lkdefx +unix:LIBS += -ltdefx win32 { CONFIG +=console diff --git a/win/pro_files/kstyles/thinkeramik/widget-engine/thinkeramik_rel.pro b/win/pro_files/kstyles/thinkeramik/widget-engine/thinkeramik_rel.pro index 66346be7d..549e2344f 100644 --- a/win/pro_files/kstyles/thinkeramik/widget-engine/thinkeramik_rel.pro +++ b/win/pro_files/kstyles/thinkeramik/widget-engine/thinkeramik_rel.pro @@ -1,4 +1,4 @@ -# release version with compiled-in kdefx classes +# release version with compiled-in tdefx classes # this is used eg. for QT-only apps like Installer TEMPLATE = lib @@ -35,15 +35,15 @@ gradients.cpp \ thinkeramik.cpp \ pixmaploader.cpp -#compile in kdefx +#compile in tdefx SOURCES += \ -../../../kdefx/kstyle.cpp \ -../../../kdefx/kimageeffect.cpp \ -../../../kdefx/kpixmapeffect.cpp \ -../../../kdefx/kpixmap.cpp +../../../tdefx/kstyle.cpp \ +../../../tdefx/kimageeffect.cpp \ +../../../tdefx/kpixmapeffect.cpp \ +../../../tdefx/kpixmap.cpp system( moc thinkeramik.h -o moc/thinkeramik.moc ) -system( moc ../../../kdefx/kstyle.h -o moc/kstyle.moc ) +system( moc ../../../tdefx/kstyle.h -o moc/kstyle.moc ) system( bash ./genemb.sh ) |