summaryrefslogtreecommitdiffabout
path: root/kdepim-desktop.pro
Side-by-side diff
Diffstat (limited to 'kdepim-desktop.pro') (more/less context) (show whitespace changes)
-rw-r--r--kdepim-desktop.pro4
1 files changed, 3 insertions, 1 deletions
diff --git a/kdepim-desktop.pro b/kdepim-desktop.pro
index 20c91ef..7ade680 100644
--- a/kdepim-desktop.pro
+++ b/kdepim-desktop.pro
@@ -1,3 +1,3 @@
-
+include( ./variables.pri )
TEMPLATE = subdirs
@@ -5,4 +5,6 @@ SUBDIRS = libical libkcal kabc libkdepim microkde korganizer kaddressbook kabc/
unix:{
+!staticlib: {
SUBDIRS += libetpan kmicromail/libmailwrapper kmicromail pwmanager/libcrypt/cipher pwmanager/libcrypt/error pwmanager/libcrypt/mpi pwmanager/libcrypt/zlib pwmanager/pwmanager
}
+}