Skip to content

Commit

Permalink
Initial release
Browse files Browse the repository at this point in the history
Initial github release of Berryboot v1.2 files
  • Loading branch information
maxnet committed Sep 13, 2012
1 parent c1e37a6 commit f10325d
Show file tree
Hide file tree
Showing 5,728 changed files with 1,210,555 additions and 1 deletion.
The diff you're trying to view is too large. We only load the first 3000 changed files.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
output/
*.pro.user

76 changes: 76 additions & 0 deletions BerrybootInstaller/BerrybootInstaller.pro
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
#-------------------------------------------------
#
# Project created by QtCreator 2012-07-20T08:03:26
#
#-------------------------------------------------

QT += core gui network

greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

TARGET = BerrybootInstaller
TEMPLATE = app

LIBS += -lcrypto

SOURCES += main.cpp\
mainwindow.cpp \
diskdialog.cpp \
installer.cpp \
adddialog.cpp \
logviewer.cpp \
editdialog.cpp \
clonedialog.cpp \
localedialog.cpp \
greenborderdialog.cpp \
syncthread.cpp \
downloaddialog.cpp \
networksettingsdialog.cpp \
parsedate.c \
driveformatthread.cpp \
copythread.cpp \
exportdialog.cpp \
iscsidialog.cpp \
wifidialog.cpp \
confeditdialog.cpp

HEADERS += mainwindow.h \
diskdialog.h \
installer.h \
adddialog.h \
logviewer.h \
editdialog.h \
clonedialog.h \
localedialog.h \
greenborderdialog.h \
syncthread.h \
downloaddialog.h \
networksettingsdialog.h \
driveformatthread.h \
copythread.h \
exportdialog.h \
iscsidialog.h \
wifidialog.h \
confeditdialog.h

FORMS += mainwindow.ui \
diskdialog.ui \
adddialog.ui \
logviewer.ui \
editdialog.ui \
clonedialog.ui \
localedialog.ui \
greenborderdialog.ui \
downloaddialog.ui \
networksettingsdialog.ui \
exportdialog.ui \
iscsidialog.ui \
wifidialog.ui \
confeditdialog.ui

RESOURCES += \
icons.qrc

OTHER_FILES += \
timezones.txt \
country2keyboard.ini
Loading

0 comments on commit f10325d

Please sign in to comment.