You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AGENTS.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -194,7 +194,7 @@ Translations are managed via Crowdin: https://crowdin.com/project/qownnotes
194
194
-**Always use `just nix-build` to build the project** - Don't try to run qmake/make directly unless specifically requested
195
195
-**The project uses Qt/C++** - Be mindful of Qt's signal/slot mechanism, QObject lifecycle, and Qt-specific patterns
196
196
-**Submodules are used** - Libraries in `src/libraries/` are git submodules
197
-
-**Multiple Qt versions supported** - Code must work with both Qt5 and Qt6
197
+
-**Multiple Qt versions supported** - Code must work with both Qt 5.7+ and Qt6 (use Preprocessor Directives like `#if QT_VERSION < QT_VERSION_CHECK(5, 9, 0)` to handle differences)
198
198
-**Cross-platform** - Code must work on Linux, macOS, and Windows
199
199
-**Two build systems available** - Primary is qmake (`.pro` files), but CMake (`CMakeLists.txt`) is also supported
200
200
-**Build projects** - The primary build project files are `src/QOwnNotes.pro` and `src/CMakeLists.txt`
0 commit comments