author | eilers <eilers> | 2004-12-20 15:59:53 (UTC) |
---|---|---|
committer | eilers <eilers> | 2004-12-20 15:59:53 (UTC) |
commit | 3877c5de73003ca03888a35c7f6905b65f3ba602 (patch) (unidiff) | |
tree | ffe069af189792c6ce85d970f04098ce319ef527 /include.pro | |
parent | 5e6703a05b5655fc5f6df3802813ab89cbef689f (diff) | |
download | opie-3877c5de73003ca03888a35c7f6905b65f3ba602.zip opie-3877c5de73003ca03888a35c7f6905b65f3ba602.tar.gz opie-3877c5de73003ca03888a35c7f6905b65f3ba602.tar.bz2 |
some mac updates to the current version
-rw-r--r-- | include.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include.pro b/include.pro index ffdba16..4815f19 100644 --- a/include.pro +++ b/include.pro | |||
@@ -110,6 +110,8 @@ contains( CONFTEST, y ){ | |||
110 | 110 | ||
111 | # Manual including indirect referenced libraries which are not loaded | 111 | # Manual including indirect referenced libraries which are not loaded |
112 | # by the mac-linker automatically | 112 | # by the mac-linker automatically |
113 | # IF YOU COMPILE FOR THE FIRST TIME, COMMENT OUT ONE OF THE FOLLOWING | ||
114 | # (regarding whether you activate SQL) and the last one (-lopiecore2) | ||
113 | CONFTEST = $$system( echo $CONFIG_SQL_PIM_BACKEND ) | 115 | CONFTEST = $$system( echo $CONFIG_SQL_PIM_BACKEND ) |
114 | contains( CONFTEST, y ){ | 116 | contains( CONFTEST, y ){ |
115 | LIBS += -lopiedb2 -lqpe | 117 | LIBS += -lopiedb2 -lqpe |