diff options
author | 2009-09-02 01:45:36 +0200 | |
---|---|---|
committer | 2009-09-02 01:45:36 +0200 | |
commit | a38c14adbe6bfd6cc3ce1be186d053cd30e0abdd (patch) | |
tree | e74a4ef2812fdab82d074fee8fcd0eec6c1b94cf /app-crypt/qca/files/qca-pathfix.patch | |
parent | knoda + hk classes + odbc/qt3 (diff) | |
download | kde-sunset-a38c14adbe6bfd6cc3ce1be186d053cd30e0abdd.tar.gz kde-sunset-a38c14adbe6bfd6cc3ce1be186d053cd30e0abdd.tar.bz2 kde-sunset-a38c14adbe6bfd6cc3ce1be186d053cd30e0abdd.zip |
assorted lots of qt3 apps, all working
Diffstat (limited to 'app-crypt/qca/files/qca-pathfix.patch')
-rw-r--r-- | app-crypt/qca/files/qca-pathfix.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-crypt/qca/files/qca-pathfix.patch b/app-crypt/qca/files/qca-pathfix.patch new file mode 100644 index 00000000..6a2a5ac7 --- /dev/null +++ b/app-crypt/qca/files/qca-pathfix.patch @@ -0,0 +1,11 @@ +--- qca.pro 2003-10-22 15:14:43.000000000 +0100 ++++ qca.pro-patched 2005-01-04 15:50:49.928406816 +0000 +@@ -1,7 +1,7 @@ + # qca qmake profile + + TEMPLATE = lib +-CONFIG += qt thread release ++CONFIG += qt thread release no_fixpath + TARGET = qca + + MOC_DIR = .moc |