summaryrefslogblamecommitdiffstats
path: root/src/fbgui.pro
blob: 7c1a19e371f8def6cffd38f5bb086b1bea7c5705 (plain) (tree)
1
2
3
4
5
6
7
8
9
10

              

              



            

                                 
                       
               

                                   
               
                         


                      
TEMPLATE = app
TARGET = fbgui
CONFIG += qt \
    debug
QT += core \
    gui \
    webkit \
    network
HEADERS += CommandLineOptions.h \
    JSObject.h \
    DownloadManager.h \
    fbbrowser.h
SOURCES += CommandLineOptions.cpp \
    JSObject.cpp \
    fbgui.cpp \
    DownloadManager.cpp \
    fbbrowser.cpp
FORMS += fbbrowser.ui
RESOURCES += fbgui.qrc