We put the project-wide value of CONFIG in build/buildconf.pri now, in order to quickly
[quassel.git] / build / modules / module.pri
index 9de04b0..900f303 100644 (file)
@@ -1,3 +1,8 @@
+# module.pri
+# This file is included by module project files.
+
+include(../buildconf.pri)
+
 TEMPLATE = lib
 CONFIG += staticlib
 
@@ -18,9 +23,9 @@ MODPATH = $$SRCPATH/$$MODULE  # Path to the module files
 
 # Define build directories
 
-OBJECTS_DIR = $${MODNAME}.tmp
-MOC_DIR = $${MODNAME}.tmp
-UI_DIR = $${MODNAME}.tmp
+OBJECTS_DIR = .$$MODNAME
+MOC_DIR =     .$$MODNAME
+UI_DIR =      .$$MODNAME
 
 # Load module settings (files etc.)