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