moved main-method into a own file and added a GPL Header

This commit is contained in:
Thomas Frauendorfer 2008-01-24 19:20:50 +01:00
parent 883243a376
commit ad7cf39499
3 changed files with 99 additions and 76 deletions

View file

@ -25,7 +25,8 @@ HEADERS += PixWidget.h \
BrowseModel.h \
BrowseDialog.h
SOURCES += PixWidget.cpp \
SOURCES += main.cpp \
PixWidget.cpp \
Skin.cpp \
MainWindow.cpp \
Display.cpp \