Skip to content

Commit

Permalink
1.1.2: separate code and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zvezdochiot committed Mar 20, 2021
1 parent e557b00 commit 28a2619
Show file tree
Hide file tree
Showing 29 changed files with 30 additions and 31 deletions.
61 changes: 30 additions & 31 deletions qMakeTorrent.pro
Original file line number Diff line number Diff line change
Expand Up @@ -6,46 +6,45 @@

QT += core gui

TARGET = qMakeTorrent
TARGET = qmaketorrent
TEMPLATE = app


SOURCES += main.cpp\
wizard.cpp \
intropage.cpp \
inputpage.cpp \
trackerspage.cpp \
propertiespage.cpp \
creationpage.cpp \
createtorrent.cpp \
outputpage.cpp \
summarypage.cpp

HEADERS += wizard.h \
intropage.h \
inputpage.h \
trackerspage.h \
propertiespage.h \
creationpage.h \
version.h \
createtorrent.h \
outputpage.h \
summarypage.h
SOURCES += src/main.cpp\
src/wizard.cpp \
src/intropage.cpp \
src/inputpage.cpp \
src/trackerspage.cpp \
src/propertiespage.cpp \
src/creationpage.cpp \
src/createtorrent.cpp \
src/outputpage.cpp \
src/summarypage.cpp

HEADERS += src/wizard.h \
src/intropage.h \
src/inputpage.h \
src/trackerspage.h \
src/propertiespage.h \
src/creationpage.h \
src/version.h \
src/createtorrent.h \
src/outputpage.h \
src/summarypage.h

FORMS += \
wizard.ui \
intropage.ui \
inputpage.ui \
trackerspage.ui \
propertiespage.ui \
creationpage.ui \
outputpage.ui \
summarypage.ui
src/wizard.ui \
src/intropage.ui \
src/inputpage.ui \
src/trackerspage.ui \
src/propertiespage.ui \
src/creationpage.ui \
src/outputpage.ui \
src/summarypage.ui

LIBS += -lboost_system -ltorrent-rasterbar -lboost_filesystem

OTHER_FILES += \
readme.md \
README.md \
CHANGELOG.md \
LICENSE
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 28a2619

Please sign in to comment.