1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 09:42:10 +02:00

Fixed 'gm_*.h not found' build error. And added ignore rule for MSVC debug symbols.

This commit is contained in:
S. Razi Alavizadeh 2012-08-11 02:58:06 +04:30 committed by nowrep
parent 89f9fc9ac2
commit 470729ce84
2 changed files with 5 additions and 0 deletions

2
.gitignore vendored
View File

@ -24,3 +24,5 @@ git_revision
*.zip
Thumbs.db
tests/modeltest
*.pdb
*.ilk

View File

@ -1,6 +1,9 @@
TARGET = GreaseMonkey
os2: TARGET = GreaseMo
INCLUDEPATH += . settings\
SOURCES += gm_plugin.cpp \
gm_manager.cpp \
gm_script.cpp \