1# tag: qmake project file for OpenBIOS QT user interface
2#
3# Copyright (C) 2003-2004 Stefan Reinauer
4#
5# See the file "COPYING" for further information about
6# the copyright and warranty status of this work.
7#
8
9TEMPLATE    = lib
10CONFIG     += qt thread warn_on release staticlib
11LIBS	    =
12INCLUDEPATH = qbuild $(ABSOINC) $(TOPDIR)/include
13DESTDIR     = qbuild
14OBJECTS_DIR = qbuild
15MOC_DIR     = qbuild
16TARGET      = gui_qt
17HEADERS	    = $(UIDIR)/gui-qt.h
18SOURCES	    = $(UIDIR)/gui-qt.cpp $(UIDIR)/qt-main.cpp
19