mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +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
|
||||
Thumbs.db
|
||||
tests/modeltest
|
||||
*.pdb
|
||||
*.ilk
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
TARGET = GreaseMonkey
|
||||
os2: TARGET = GreaseMo
|
||||
|
||||
INCLUDEPATH += . settings\
|
||||
|
||||
|
||||
SOURCES += gm_plugin.cpp \
|
||||
gm_manager.cpp \
|
||||
gm_script.cpp \
|
||||
|
|
Loading…
Reference in New Issue
Block a user