[Pkg-owncloud-commits] [qtkeychain] 27/115: Remove QMake buildsystem
Sandro Knauß
hefee-guest at moszumanska.debian.org
Sat Mar 15 19:25:43 UTC 2014
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch master
in repository qtkeychain.
commit 5077dfac3d1eb64e858a0ff1be294b51eb015bfa
Author: Frank Osterfeld <frank.osterfeld at kdab.com>
Date: Mon May 7 16:45:21 2012 +0200
Remove QMake buildsystem
---
lib.pro | 26 --------------------------
qtkeychain.pro | 4 ----
testclient.pro | 12 ------------
3 files changed, 42 deletions(-)
diff --git a/lib.pro b/lib.pro
deleted file mode 100644
index 3ae9b72..0000000
--- a/lib.pro
+++ /dev/null
@@ -1,26 +0,0 @@
-TEMPLATE = lib
-TARGET = qtkeychain
-DEPENDPATH += .
-INCLUDEPATH += .
-
-HEADERS += keychain.h \
- keychain_p.h
-SOURCES += keychain.cpp
-
-DEFINES += QKEYCHAIN_BUILD_QKEYCHAIN_LIB
-
-macx {
- LIBS += -framework Security -framework CoreFoundation
- SOURCES += keychain_mac.cpp
-}
-
-unix:!macx {
- SOURCES += keychain_dbus.cpp
-}
-
-win32 {
- DESTDIR = lib
- DLLDESTDIR = lib
- LIBS += -lCrypt32
- SOURCES += keychain_win.cpp
-}
diff --git a/qtkeychain.pro b/qtkeychain.pro
deleted file mode 100644
index a5406ca..0000000
--- a/qtkeychain.pro
+++ /dev/null
@@ -1,4 +0,0 @@
-TEMPLATE = subdirs
-SUBDIRS += lib.pro testclient.pro
-CONFIG += ordered
-
diff --git a/testclient.pro b/testclient.pro
deleted file mode 100644
index ce8cebf..0000000
--- a/testclient.pro
+++ /dev/null
@@ -1,12 +0,0 @@
-TEMPLATE = app
-TARGET = testclient
-
-SOURCES += testclient.cpp
-
-QT -= gui
-CONFIG += console
-macx:CONFIG -= app_bundle
-
-win32:LIBS += -Llib -lqtkeychain
-unix:LIBS += -L$$OUT_PWD -lqtkeychain
-
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/qtkeychain.git
More information about the Pkg-owncloud-commits
mailing list