From 4d2a920dbf8124cf36d3e333e1c2168db9e0820c Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Tue, 28 Feb 2017 15:35:35 +0100 Subject: [PATCH] Created QT Creator project --- .gitignore | 3 + perixx1800keyboard.pro | 17 ++ perixx1800keyboard.pro.user | 336 ++++++++++++++++++++++++++++++++++++ 3 files changed, 356 insertions(+) create mode 100644 .gitignore create mode 100644 perixx1800keyboard.pro create mode 100644 perixx1800keyboard.pro.user diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4fb6df2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.idea/ +cmake-build-debug +CMakeLists.txt \ No newline at end of file diff --git a/perixx1800keyboard.pro b/perixx1800keyboard.pro new file mode 100644 index 0000000..4e51367 --- /dev/null +++ b/perixx1800keyboard.pro @@ -0,0 +1,17 @@ +TEMPLATE = app +CONFIG += console +CONFIG -= app_bundle +CONFIG -= qt + +ARCH=x86 +SRC_PROJECT_PATH = $$system(pwd) +LINUX_HEADERS_PATH = /usr/lib/modules/$$system(uname -r)/build + +SOURCES += $$system(find -L $$SRC_PROJECT_PATH -type f -name "*.c" -o -name "*.S" ) +HEADERS += $$system(find -L $$SRC_PROJECT_PATH -type f -name "*.h" ) +OTHER_FILES += $$system(find -L $$SRC_PROJECT_PATH -type f -not -name "*.h" -not -name "*.c" -not -name "*.S" ) + + +INCLUDEPATH += $$system(find -L $$SRC_PROJECT_PATH -type d) +INCLUDEPATH += $$system(find -L $$LINUX_HEADERS_PATH/include -type d) +INCLUDEPATH += $$system(find -L $$LINUX_HEADERS_PATH/arch/$$ARCH/include -type d) diff --git a/perixx1800keyboard.pro.user b/perixx1800keyboard.pro.user new file mode 100644 index 0000000..ec8e119 --- /dev/null +++ b/perixx1800keyboard.pro.user @@ -0,0 +1,336 @@ + + + + + + EnvironmentId + {b4d1e0a0-4d9c-4d17-8dc7-e097911f6c96} + + + ProjectExplorer.Project.ActiveTarget + 0 + + + ProjectExplorer.Project.EditorSettings + + true + false + true + + Cpp + + CppGlobal + + + + QmlJS + + QmlJSGlobal + + + 2 + UTF-8 + false + 4 + false + 80 + true + true + 1 + true + false + 0 + true + true + 0 + 8 + true + 1 + true + true + true + false + + + + ProjectExplorer.Project.PluginSettings + + + + ProjectExplorer.Project.Target.0 + + Desktop + Desktop + {86953d60-46c0-4618-8b50-64327f13e66b} + 0 + 0 + 0 + + /home/h44z/workspace/build-perixx1800keyboard-Desktop-Debug + + + true + qmake + + QtProjectManager.QMakeBuildStep + true + + false + false + false + + + true + Make + + Qt4ProjectManager.MakeStep + + -w + -r + + false + + + + 2 + Build + + ProjectExplorer.BuildSteps.Build + + + + true + Make + + Qt4ProjectManager.MakeStep + + -w + -r + + true + clean + + + 1 + Bereinigen + + ProjectExplorer.BuildSteps.Clean + + 2 + false + + Debug + + Qt4ProjectManager.Qt4BuildConfiguration + 2 + true + + + /home/h44z/workspace/build-perixx1800keyboard-Desktop-Release + + + true + qmake + + QtProjectManager.QMakeBuildStep + false + + false + false + false + + + true + Make + + Qt4ProjectManager.MakeStep + + -w + -r + + false + + + + 2 + Build + + ProjectExplorer.BuildSteps.Build + + + + true + Make + + Qt4ProjectManager.MakeStep + + -w + -r + + true + clean + + + 1 + Bereinigen + + ProjectExplorer.BuildSteps.Clean + + 2 + false + + Release + + Qt4ProjectManager.Qt4BuildConfiguration + 0 + true + + + /home/h44z/workspace/build-perixx1800keyboard-Desktop-Profile + + + true + qmake + + QtProjectManager.QMakeBuildStep + true + + false + true + false + + + true + Make + + Qt4ProjectManager.MakeStep + + -w + -r + + false + + + + 2 + Build + + ProjectExplorer.BuildSteps.Build + + + + true + Make + + Qt4ProjectManager.MakeStep + + -w + -r + + true + clean + + + 1 + Bereinigen + + ProjectExplorer.BuildSteps.Clean + + 2 + false + + Profile + + Qt4ProjectManager.Qt4BuildConfiguration + 0 + true + + 3 + + + 0 + Deployment + + ProjectExplorer.BuildSteps.Deploy + + 1 + Lokales Deployment + + ProjectExplorer.DefaultDeployConfiguration + + 1 + + + false + false + 1000 + + true + + false + false + false + false + true + 0.01 + 10 + true + 1 + 25 + + 1 + true + false + true + valgrind + + 0 + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + 11 + 12 + 13 + 14 + + 2 + + perixx1800keyboard + + Qt4ProjectManager.Qt4RunConfiguration:/home/h44z/workspace/perixx1800keyboard/perixx1800keyboard.pro + true + + perixx1800keyboard.pro + false + + /home/h44z/workspace/build-perixx1800keyboard-Desktop-Debug + 3768 + false + true + false + false + true + + 1 + + + + ProjectExplorer.Project.TargetCount + 1 + + + ProjectExplorer.Project.Updater.FileVersion + 18 + + + Version + 18 + +