aboutsummaryrefslogtreecommitdiff
path: root/windows
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-10-15 07:32:44 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2018-10-15 07:41:45 +0200
commitc31a89a3b56e7d081178e09cc58add5c5b84a91a (patch)
tree4b547f0c347679fa6b3f118f1ba6a231c58010f1 /windows
parentUpdate CMakeLists option names (diff)
downloadsmolbote-c31a89a3b56e7d081178e09cc58add5c5b84a91a.tar.xz
Rewrite vendor.cmake to cmake/VendorConfig.cmake
Add menuconfig-editable .config files to platforms. VendorConfig.cmake looks for and includes .config files based on platform name.
Diffstat (limited to 'windows')
-rw-r--r--windows/.config52
1 files changed, 52 insertions, 0 deletions
diff --git a/windows/.config b/windows/.config
new file mode 100644
index 0000000..1ed238f
--- /dev/null
+++ b/windows/.config
@@ -0,0 +1,52 @@
+#
+# Automatically generated file; DO NOT EDIT.
+# smolbote configuration
+#
+
+#
+# Build
+#
+
+#
+# Compiler settings
+#
+CONFIG_CXX_FLAGS=""
+CONFIG_CXX_FLAGS_DEBUG=""
+CONFIG_CXX_FLAGS_RELEASE=""
+
+#
+# Install paths
+#
+CONFIG_INSTALL_PREFIX=""
+CONFIG_INSTALL_BIN=""
+CONFIG_INSTALL_LIB="plugins"
+
+#
+# Branding
+#
+CONFIG_POI_NAME="smolbote"
+CONFIG_POI_EXE="poi"
+
+#
+# Browser configuration
+#
+
+#
+# Configuration defaults
+#
+CONFIG_PATH_CONFIG="smolbote.cfg"
+CONFIG_PATH_CRASHDUMP="crashes"
+CONFIG_PATH_FILTER="hosts"
+CONFIG_PATH_PLUGINS="plugins"
+CONFIG_PATH_PROFILES="profiles"
+CONFIG_PATH_BOOKMARKS="bookmarks.xbel"
+CONFIG_PATH_DOWNLOADS="~/Downloads"
+# CONFIG_USEPLASMA is not set
+# CONFIG_USEBREAKPAD is not set
+
+#
+# Devel
+#
+CONFIG_QTWARNINGS=y
+# CONFIG_TESTS is not set
+# CONFIG_LLVMLIBCPP is not set