On Tue, May 19, 2009 at 5:09 AM, Darshaka Pathirana <[email protected]> wrote: > On 19.05.2009 08:35, Laurent Tarrisse wrote: >> This css had for target windowXP, for linux you can remove it . > > But to be honest.. it really only makes sense under WXP. The themes > by the x-window-system are just too different to make the css > usefull. So I think the idea with a switch to use the custom or system > theme would be nice... +1 by me ;)
So, can we skip installing it on linux? (see attched changeset) Thanks, Ludovico
# HG changeset patch # User Ludovico Cavedon <[email protected]> # Date 1242944237 25200 # Node ID c653e06e2e3c00a94475d4c5e595d9f796825dc9 # Parent ef8cd48f916cbb8f2e72e986d82ecab318adaca9 do not install qutecom.css for linux diff -r ef8cd48f916c -r c653e06e2e3c wengophone/src/presentation/qt/CMakeLists-install-linux.txt --- a/wengophone/src/presentation/qt/CMakeLists-install-linux.txt Wed May 20 19:57:09 2009 +0200 +++ b/wengophone/src/presentation/qt/CMakeLists-install-linux.txt Thu May 21 15:17:17 2009 -0700 @@ -66,6 +66,7 @@ # Keep trailing slash here. See 'install' doc. ${CMAKE_SOURCE_DIR}/wengophone/resources/ DESTINATION ${DATA_INSTALL_DIR} + PATTERN "qutecom.css" EXCLUDE PATTERN ".svn" EXCLUDE PATTERN "CMakeLists.txt" EXCLUDE)
_______________________________________________ QuteCom-dev mailing list [email protected] http://lists.qutecom.org/mailman/listinfo/qutecom-dev
