Removing my holy . again. Ah, the wonders of modern build systems...
authorManuel Nickschas <sputnick@quassel-irc.org>
Fri, 19 Oct 2007 13:48:42 +0000 (13:48 +0000)
committerManuel Nickschas <sputnick@quassel-irc.org>
Fri, 19 Oct 2007 13:48:42 +0000 (13:48 +0000)
Here's hope that NOW it is FINALLY cross-platform compatible.

build/modules/module.pri

index 900f303..1b68064 100644 (file)
@@ -23,9 +23,9 @@ MODPATH = $$SRCPATH/$$MODULE  # Path to the module files
 
 # Define build directories
 
 
 # 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.)
 
 
 # Load module settings (files etc.)