diff options
| author | Danilo M. <danix@danix.xyz> | 2026-08-02 16:57:12 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-08-04 12:52:13 +0200 |
| commit | d217d976ccdc439803003a26252904ca8abdd520 (patch) | |
| tree | 3045be3f9bfbc87e52fe07965704074c53f6083b /src/main_placeholder.cpp | |
| parent | 0af917701973b67d7b7bf5e9ef37304040530015 (diff) | |
| download | qtmaildir-d217d976ccdc439803003a26252904ca8abdd520.tar.gz qtmaildir-d217d976ccdc439803003a26252904ca8abdd520.zip | |
build: add CMake skeleton and dependency discovery
Diffstat (limited to 'src/main_placeholder.cpp')
| -rw-r--r-- | src/main_placeholder.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main_placeholder.cpp b/src/main_placeholder.cpp new file mode 100644 index 0000000..9ddb3f2 --- /dev/null +++ b/src/main_placeholder.cpp @@ -0,0 +1,3 @@ +// Placeholder so the library target has a source file before real code lands. +// Removed in Task 2. +namespace { int qtmaildir_placeholder = 0; } |
