Skip to content

Commit

Permalink
now loads and displays kfm files
Browse files Browse the repository at this point in the history
  • Loading branch information
m4444x committed Mar 22, 2006
1 parent 43bff1c commit 4b29355
Show file tree
Hide file tree
Showing 18 changed files with 1,903 additions and 768 deletions.
17 changes: 11 additions & 6 deletions NifSkope.pro
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@ TEMPLATE = app
LANGUAGE = C++
TARGET = NifSkope

CONFIG += qt release warn_on
CONFIG += qt release thread warn_on
QT += xml opengl
#LIBS += -lmingw32 -lqtmain

DESTDIR = ./

HEADERS += \
widgets\*.h \
basemodel.h \
kfmmodel.h \
nifmodel.h \
glcontrolable.h \
glcontroller.h \
gllight.h \
Expand All @@ -23,16 +25,20 @@ gltex.h \
gltransform.h \
glview.h \
message.h \
nifmodel.h \
nifproxy.h \
nifskope.h \
niftypes.h \
nifview.h \
spellbook.h \
widgets/*.h \
spells/*.h

SOURCES += \
widgets\*.cpp \
basemodel.cpp \
kfmmodel.cpp \
kfmxml.cpp \
nifmodel.cpp \
nifxml.cpp \
glcontroller.cpp \
gllight.cpp \
glmesh.cpp \
Expand All @@ -46,13 +52,12 @@ gltransform.cpp \
glview.cpp \
message.cpp \
nifdelegate.cpp \
nifmodel.cpp \
nifproxy.cpp \
nifskope.cpp \
niftypes.cpp \
nifview.cpp \
nifxml.cpp \
spellbook.cpp \
widgets/*.cpp \
spells/*.cpp \
NvTriStrip/*.cpp

Expand Down
Loading

0 comments on commit 4b29355

Please sign in to comment.