-rw-r--r-- | noncore/games/sfcave/sfcave.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/games/sfcave/sfcave.pro b/noncore/games/sfcave/sfcave.pro index b1c96b6..f4b9e5d 100644 --- a/noncore/games/sfcave/sfcave.pro +++ b/noncore/games/sfcave/sfcave.pro @@ -1,8 +1,8 @@ TEMPLATE = app CONFIG += qt warn_on release DESTDIR = $(OPIEDIR)/bin -SOURCES = sfcave.cpp -HEADERS = sfcave.h +SOURCES = sfcave.cpp helpwindow.cpp +HEADERS = sfcave.h helpwindow.h TARGET = sfcave INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include |