Removing my holy . again. Ah, the wonders of modern build systems...
[quassel.git] / build / modules / module.pri
index 6be89a8..1b68064 100644 (file)
@@ -1,6 +1,8 @@
 # module.pri
 # This file is included by module project files.
 
+include(../buildconf.pri)
+
 TEMPLATE = lib
 CONFIG += staticlib
 
@@ -21,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.)