|
|
@ -67,7 +67,7 @@ out of the box there.
|
|
|
|
|
|
|
|
|
|
|
|
Some people have reported that building fails with errors related to .moc files.
|
|
|
|
Some people have reported that building fails with errors related to .moc files.
|
|
|
|
eg:
|
|
|
|
eg:
|
|
|
|
lipstitdeconf.cpp:479:27: lipstitdeconf.moc: No such file or directory
|
|
|
|
lipstikconf.cpp:479:27: lipstikconf.moc: No such file or directory
|
|
|
|
|
|
|
|
|
|
|
|
If this happens to you, dont panic.
|
|
|
|
If this happens to you, dont panic.
|
|
|
|
In the source dir, there are style and style/config subdirs:
|
|
|
|
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
|
|
|
|
moc -o lipstik.moc lipstik.h
|
|
|
|
|
|
|
|
|
|
|
|
And then in the style/config subdir do
|
|
|
|
And then in the style/config subdir do
|
|
|
|
moc -o lipstitdeconf.moc lipstitdeconf.h
|
|
|
|
moc -o lipstikconf.moc lipstikconf.h
|
|
|
|
|
|
|
|
|
|
|
|
Then run make again, it should work.
|
|
|
|
Then run make again, it should work.
|
|
|
|
|
|
|
|
|
|
|
|