Skip to content

Commit

Permalink
Compilation fix for Windows under Github actions environment
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelsalawa committed Mar 8, 2021
1 parent ec56852 commit 76e0aa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SQLiteStudio3/coreSQLiteStudio/coreSQLiteStudio.pro
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ TEMPLATE = lib

win32: {
LIBS += -lpsapi -limagehlp
DEFINES += SQLITE_API=__declspec(dllexport)
DEFINES += "SQLITE_API=\"__declspec(dllexport)\""
!debug: {
THE_FILE = $$PWD/qt.conf
Expand Down

0 comments on commit 76e0aa1

Please sign in to comment.