[Pkg-owncloud-commits] [qtkeychain] 02/63: Added headerfiles to project; added .gitignore file
Sandro Knauß
hefee at debian.org
Sat Jun 10 14:39:27 UTC 2017
This is an automated email from the git hooks/post-receive script.
hefee pushed a commit to branch master
in repository qtkeychain.
commit 6ed98a1083e82f7268cd01bb3707a4c11fb4af72
Author: Kristofer Tingdahl <kristofer.tingdahl at dgbes.com>
Date: Tue Apr 5 10:31:42 2016 +0200
Added headerfiles to project; added .gitignore file
---
.gitignore | 25 +++++++++++++++++++++++++
CMakeLists.txt | 2 ++
2 files changed, 27 insertions(+)
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..eba3155
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,25 @@
+#CMake files
+CMakeCache.txt
+CMakeFiles
+CMakeScripts
+QtKeychainBuildTreeSettings.cmake
+QtKeychainConfig.cmake
+QtKeychainConfigVersion.cmake
+cmake_install.cmake
+
+#Qt files
+moc_keychain.cxx
+moc_keychain.cxx_parameters
+moc_keychain_p.cxx
+moc_keychain_p.cxx_parameters
+
+#General build files
+Debug
+Release
+
+#Mac build files
+qtkeychain.xcodeproj
+qtkeychain.build
+
+#Temporary files
+*.sw?
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 93addca..c10005e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -88,6 +88,8 @@ include_directories(${CMAKE_CURRENT_BINARY_DIR})
list(APPEND qtkeychain_LIBRARIES ${QTCORE_LIBRARIES})
set(qtkeychain_SOURCES
keychain.cpp
+ qkeychain_export.h
+ keychain.h
)
add_definitions( -Wall )
--
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