diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2013-08-18 10:14:48 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2013-08-18 10:14:48 -0500 |
commit | dad42352f4ad47d34caf50040367dc2a95772baa (patch) | |
tree | 6d2887d13f9b1403b8ce15be48a6ea7cec32fd96 /win/pro_files/kstyles/thinkeramik | |
parent | 365f03061337a81bcffb4a45c4ad637edad27019 (diff) | |
download | tdelibs-dad42352f4ad47d34caf50040367dc2a95772baa.tar.gz tdelibs-dad42352f4ad47d34caf50040367dc2a95772baa.zip |
Rename KStyle to TDEStyle to avoid conflicts with KDE4.
Diffstat (limited to 'win/pro_files/kstyles/thinkeramik')
3 files changed, 0 insertions, 102 deletions
diff --git a/win/pro_files/kstyles/thinkeramik/widget-engine/genembed.pro b/win/pro_files/kstyles/thinkeramik/widget-engine/genembed.pro deleted file mode 100644 index 0424eb476..000000000 --- a/win/pro_files/kstyles/thinkeramik/widget-engine/genembed.pro +++ /dev/null @@ -1,26 +0,0 @@ -TEMPLATE = app - -include( $(KDELIBS)/win/common.pro ) - - -unix:LIBS += -ltdefx - -win32 { - CONFIG +=console - CONIG -=windows -} - -DESTDIR=. - - -contains( KW_CONFIG, release ) { -TARGET = genembed_rel -} -!contains( KW_CONFIG, release ) { -TARGET = genembed -} - -SOURCES = \ -genembed.cpp - - diff --git a/win/pro_files/kstyles/thinkeramik/widget-engine/thinkeramik_rel.pro b/win/pro_files/kstyles/thinkeramik/widget-engine/thinkeramik_rel.pro deleted file mode 100644 index 62b5d6b39..000000000 --- a/win/pro_files/kstyles/thinkeramik/widget-engine/thinkeramik_rel.pro +++ /dev/null @@ -1,50 +0,0 @@ -# release version with compiled-in tdefx classes -# this is used eg. for QT-only apps like Installer - -TEMPLATE = lib - -unix { - INCLUDEPATH += moc - #force finding libraries in current dir (for installer, etc): - QMAKE_LFLAGS += -Wl,-rpath,. - DEFINES += TDEFX_EXPORT= -} - - -CONFIG += kstyle - -KW_CONFIG = release -CONFIG -= debug -CONFIG += release - -include( $(KDELIBS)/win/common.pro ) - - -LIBS= #DONT BE DEPENDENT ON ANY OTHER LIBS - -CONFIG -= debug - -# needed to export library classes: -DEFINES += MAKE_KSTYLE_LIB MAKE_TDEFX_LIB - -TARGET = thinkeramik - -SOURCES = \ -colorutil.cpp \ -gradients.cpp \ -thinkeramik.cpp \ -pixmaploader.cpp - -#compile in tdefx -SOURCES += \ -../../../tdefx/tdestyle.cpp \ -../../../tdefx/kimageeffect.cpp \ -../../../tdefx/kpixmapeffect.cpp \ -../../../tdefx/kpixmap.cpp - -system( moc thinkeramik.h -o moc/thinkeramik.moc ) -system( moc ../../../tdefx/tdestyle.h -o moc/tdestyle.moc ) - - -system( bash ./genemb.sh ) - diff --git a/win/pro_files/kstyles/thinkeramik/widget-engine/widget-engine.pro b/win/pro_files/kstyles/thinkeramik/widget-engine/widget-engine.pro deleted file mode 100644 index 41181415f..000000000 --- a/win/pro_files/kstyles/thinkeramik/widget-engine/widget-engine.pro +++ /dev/null @@ -1,26 +0,0 @@ -include( ../../common.pro ) - -TARGET = thinkeramik$$KDEBUG - -unix { - INCLUDEPATH += moc - #force finding libraries in current dir (for installer, etc): - QMAKE_LFLAGS += -Wl,-rpath,. -} - -system( bash kmoc ) - -SOURCES = \ -colorutil.cpp \ -gradients.cpp \ -thinkeramik.cpp \ -pixmaploader.cpp - -contains( KW_CONFIG, release ) { - system( bash ./genemb.sh _rel ) -} - -!contains( KW_CONFIG, release ) { - system( bash ./genemb.sh ) -} - |