diff --git a/editors/Makefile b/editors/Makefile index 6e71926cc376..e6e4b3fbd023 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -87,6 +87,7 @@ SUBDIR += lazarus-devel SUBDIR += lazarus-qt5 SUBDIR += lazarus-qt5-devel + SUBDIR += lazarus-qt6-devel SUBDIR += le SUBDIR += leafpad SUBDIR += led diff --git a/editors/lazarus-qt6-devel/Makefile b/editors/lazarus-qt6-devel/Makefile new file mode 100644 index 000000000000..64c64ea52af8 --- /dev/null +++ b/editors/lazarus-qt6-devel/Makefile @@ -0,0 +1,13 @@ +PKGNAMESUFFIX?= -qt6-devel + +COMMENT= Portable Delphi-like IDE for the FreePascal compiler (QT6 devel) + +CONFLICTS= lazarus-gtk2 lazarus-gtk2-devel lazarus-qt5 lazarus-qt5-devel + +LIB_DEPENDS= libQt6Pas.so:x11-toolkits/qt6pas + +LCL_PLATFORM= qt6 + +MASTERDIR= ${.CURDIR}/../../editors/lazarus-devel + +.include "${MASTERDIR}/Makefile"