summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 00:56:32 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 00:56:32 -0600
commit9def762d42a0abf4f56a29ecb4e9672e33bf2515 (patch)
treef2f7c09154e9009a82f30b2cb69d71139893c6da /INSTALL
parent31ae3c8d10e5aabaa70e64199f3cef4205309584 (diff)
downloadtde-style-lipstik-9def762d42a0abf4f56a29ecb4e9672e33bf2515.tar.gz
tde-style-lipstik-9def762d42a0abf4f56a29ecb4e9672e33bf2515.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 728c232..35c58c1 100644
--- a/INSTALL
+++ b/INSTALL
@@ -67,7 +67,7 @@ out of the box there.
Some people have reported that building fails with errors related to .moc files.
eg:
- lipstikconf.cpp:479:27: lipstikconf.moc: No such file or directory
+ lipstitdeconf.cpp:479:27: lipstitdeconf.moc: No such file or directory
If this happens to you, dont panic.
In the source dir, there are style and style/config subdirs:
@@ -76,7 +76,7 @@ In the source dir, there are style and style/config subdirs:
moc -o lipstik.moc lipstik.h
And then in the style/config subdir do
- moc -o lipstikconf.moc lipstikconf.h
+ moc -o lipstitdeconf.moc lipstitdeconf.h
Then run make again, it should work.