Splash screen
[dashstudio.git] / src / shell / shell.pro
blob1ebf3238b08a5283635e53321c552152748a6a04
1 TEMPLATE = app
3 HEADERS += mainwindow.h \
4 documentviewer.h \
5 projectmanager.h \
6 settingsdialog.h \
7 newprojectdialog.h \
8 exportdialog.h \
9 networkhandler.h \
10 connectdialog.h \
11 comm/comm.h \
12 comm/chatwindow.h \
13 splashscreen.h
14 SOURCES += main.cpp mainwindow.cpp \
15 documentviewer.cpp \
16 projectmanager.cpp \
17 settingsdialog.cpp \
18 newprojectdialog.cpp \
19 exportdialog.cpp \
20 networkhandler.cpp \
21 connectdialog.cpp \
22 comm/comm.cpp \
23 comm/chatwindow.cpp \
24 splashscreen.cpp
25 CONFIG += warn_on
28 TARGET = dash
30 QT += network
32 include(../../config.pri)
33 link_with(yamfmovie)
34 link_with(yamfswf)
36 SRC_DIR = ..
37 include($$SRC_DIR/components/components.pri)
39 LIBS += -ldash
40 include(shell_config.pri)
42 FORMS += connect.ui displayprojects.ui general_page.ui paintarea_page.ui \
43 newproject.ui \
44 export_settings.ui \
45 export_plugins.ui \
46 scene_selector.ui
47 INSTALLS += target
48 target.path = /bin/