fix: build error in linux

This commit is contained in:
Roy Qu 2022-09-26 15:20:13 +08:00
parent 70bf0c9eb7
commit 986ca4744e
2 changed files with 2 additions and 2 deletions

View File

@ -4,6 +4,7 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
CONFIG += c++17
CONFIG += nokey
CONFIG += staticlib
win32: {
DEFINES += _WIN32_WINNT=0x0601

View File

@ -14,9 +14,8 @@ cp -r RedPandaIDE $TMP_FOLDER
cp README.md $TMP_FOLDER
cp LICENSE $TMP_FOLDER
cp NEWS.md $TMP_FOLDER
cp -r platform/linux $TMP_FOLDER
cp -r platform $TMP_FOLDER
cp Red_Panda_CPP.pro $TMP_FOLDER
cp -r linux $TMP_FOLDER
cd $TMP_FOLDER
dpkg-buildpackage -us -uc