Removing my holy . again. Ah, the wonders of modern build systems...
[quassel.git] / 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.)