Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit f6a99b2

Browse files
committed
build on mac
1 parent a5a4e55 commit f6a99b2

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,9 @@ compile_commands.json
5555
*creator.user*
5656
.DS_Store
5757
.~lock.TODO.ods#
58+
59+
# Qt build
60+
.qtc_clangd
61+
.qmake.stash
62+
*_x86_64.pch
63+
Ramses.app

src/Ramses.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ INCLUDEPATH += rameditwidgets \
3636
ramobjectdelegates \
3737
ramobjectmodels \
3838
ramobjectviews \
39-
rammanagerwidgets \
39+
rammanagerwidgets
4040

4141
SOURCES += \
4242
progressmanager.cpp \

0 commit comments

Comments
 (0)