mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 02:36:34 +01:00
Fixed 'gm_*.h not found' build error. And added ignore rule for MSVC debug symbols.
This commit is contained in:
parent
89f9fc9ac2
commit
470729ce84
2
.gitignore
vendored
2
.gitignore
vendored
@ -24,3 +24,5 @@ git_revision
|
|||||||
*.zip
|
*.zip
|
||||||
Thumbs.db
|
Thumbs.db
|
||||||
tests/modeltest
|
tests/modeltest
|
||||||
|
*.pdb
|
||||||
|
*.ilk
|
||||||
|
@ -1,6 +1,9 @@
|
|||||||
TARGET = GreaseMonkey
|
TARGET = GreaseMonkey
|
||||||
os2: TARGET = GreaseMo
|
os2: TARGET = GreaseMo
|
||||||
|
|
||||||
|
INCLUDEPATH += . settings\
|
||||||
|
|
||||||
|
|
||||||
SOURCES += gm_plugin.cpp \
|
SOURCES += gm_plugin.cpp \
|
||||||
gm_manager.cpp \
|
gm_manager.cpp \
|
||||||
gm_script.cpp \
|
gm_script.cpp \
|
||||||
|
Loading…
Reference in New Issue
Block a user