Skip to content

Commit

Permalink
minor change in .pro file
Browse files Browse the repository at this point in the history
  • Loading branch information
tabhishek432 committed Jun 25, 2023
1 parent 2aaa9fe commit 84b5dba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion XaoS.pro
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ isEmpty(PREFIX) {
}
DEFINES += DATAPATH=\\\"$$PREFIX/share/XaoS\\\"
wasm{
QMAKE_LFLAGS += --preload-file $$PWD/examples@$$DATAPATH/example
QMAKE_LFLAGS += --preload-file $$PWD/examples@$$DATAPATH/examples
QMAKE_LFLAGS += --preload-file $$PWD/catalogs@$$DATAPATH/catalogs
QMAKE_LFLAGS += --preload-file $$PWD/tutorial@$$DATAPATH/tutorial
}
Expand Down

0 comments on commit 84b5dba

Please sign in to comment.