# ------------------------------------------------- # Project created by QtCreator 2009-04-08T02:05:21 # ------------------------------------------------- TARGET = Glass TEMPLATE = lib DEFINES += GLASS_LIBRARY SOURCES += alertwidget.cpp \ generalwidget.cpp \ imageeffect.cpp \ httpinformation.cpp \ paintershadowtext.cpp \ weather.cpp \ timetablewidget.cpp \ panelbutton.cpp \ sequence.cpp \ mabitimer.cpp \ weatherwidget.cpp \ updatewindow.cpp \ optionwidget.cpp \ settings.cpp \ aboutwidget.cpp HEADERS += alertwidget.h \ generalwidget.h \ Glass_global.h \ handles.h \ imageeffect.h \ httpinformation.h \ ../include/mconfig.h \ paintershadowtext.h \ weather.h \ timetablewidget.h \ panelbutton.h \ sequence.h \ mabitimer.h \ weatherwidget.h \ updatewindow.h \ optionwidget.h \ inline.h \ settings.h \ aboutwidget.h DESTDIR = ../bin LIBS = -luser32 \ -lGdi32 \ -llibxml2 \ -l../bin/Lua QT += network LIBPATH += ../lib INCLUDEPATH += ../include \ ../Lua/src win32:RC_FILE = glass.rc win32:LIBS += MabiWeather.lib RESOURCES += glass.qrc