dail8859 / NotepadNext

A cross-platform, reimplementation of Notepad++
GNU General Public License v3.0
8.66k stars 527 forks source link

build error #574

Closed ErickWei closed 1 week ago

ErickWei commented 1 week ago

Operating System and Version

Win11,macos

Distribution

none

Description

I download the source code and build,but get a error:

image

i test this both on win and macos.

Steps to Reproduce

  1. download the source code
  2. install qt
  3. build

Additional Details

e.g. screenshots, logs, etc

dail8859 commented 1 week ago

Did you recursively check out the repo?

git clone --recurse-submodules https://github.com/dail8859/NotepadNext.git

What version of Qt are you using?

ErickWei commented 1 week ago

Did you recursively check out the repo?

git clone --recurse-submodules https://github.com/dail8859/NotepadNext.git

What version of Qt are you using?

after recursively,ok now.thanks.