summaryrefslogtreecommitdiff
path: root/src/plugins/git/gitorious/gitorious.pri
blob: ec285ed15a57e94410f1df890141b5ce9d676227 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
QT += network

HEADERS += $$PWD/gitoriousclonewizard.h \
           $$PWD/gitorioushostwizardpage.h \
           $$PWD/gitoriousrepositorywizardpage.h \
           $$PWD/gitoriousprojectwizardpage.h \
           $$PWD/gitoriousprojectwidget.h \
           $$PWD/gitorioushostwidget.h \
           $$PWD/gitorious.h

SOURCES += $$PWD/gitoriousclonewizard.cpp \
           $$PWD/gitorioushostwizardpage.cpp \
           $$PWD/gitoriousrepositorywizardpage.cpp \
           $$PWD/gitoriousprojectwizardpage.cpp \
           $$PWD/gitoriousprojectwidget.cpp \
           $$PWD/gitorioushostwidget.cpp \
           $$PWD/gitorious.cpp

FORMS +=   $$PWD/gitorioushostwidget.ui \
           $$PWD/gitoriousrepositorywizardpage.ui \
           $$PWD/gitoriousprojectwidget.ui