summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/fb_base/fb_base.pro
blob: 4ebd53b407c495c349d5367d5768af87b328bf3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#-------------------------------------------------
#
# Project created by QtCreator 2009-11-05T13:22:31
#
#-------------------------------------------------

#QT       -= core gui
TARGET = fb_base
#load(qt_plugin)

DESTDIR = $$QT.gui.plugins/graphicssystems

TEMPLATE = lib

#DEFINES += STATIC_LIBRARY
CONFIG += staticlib

SOURCES += fb_base.cpp

HEADERS += fb_base.h

target.path += $$[QT_INSTALL_PLUGINS]/graphicssystems
INSTALLS += target