From: Manuel Nickschas Date: Fri, 19 Oct 2007 13:48:42 +0000 (+0000) Subject: Removing my holy . again. Ah, the wonders of modern build systems... X-Git-Tag: 0.1.0~120 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=669e543f5e77c2a8a1630844e8e18cfd7da4d1fc;ds=sidebyside Removing my holy . again. Ah, the wonders of modern build systems... Here's hope that NOW it is FINALLY cross-platform compatible. --- diff --git a/build/modules/module.pri b/build/modules/module.pri index 900f3037..1b680641 100644 --- a/build/modules/module.pri +++ b/build/modules/module.pri @@ -23,9 +23,9 @@ MODPATH = $$SRCPATH/$$MODULE # Path to the module files # Define build directories -OBJECTS_DIR = .$$MODNAME -MOC_DIR = .$$MODNAME -UI_DIR = .$$MODNAME +OBJECTS_DIR = $$MODNAME +MOC_DIR = $$MODNAME +UI_DIR = $$MODNAME # Load module settings (files etc.)