mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
fix fmt dependency cuz qmake hates .cc file extensions
This commit is contained in:
parent
c14dc43b18
commit
af35c1f335
2
dependencies/fmt.pri
vendored
2
dependencies/fmt.pri
vendored
|
@ -1,4 +1,4 @@
|
||||||
# fmt
|
# fmt
|
||||||
SOURCES += $$PWD/../lib/fmt/fmt/format.cc
|
SOURCES += $$PWD/../lib/fmt/fmt/format.cpp
|
||||||
|
|
||||||
INCLUDEPATH += $$PWD/../lib/fmt/
|
INCLUDEPATH += $$PWD/../lib/fmt/
|
||||||
|
|
Loading…
Reference in a new issue