summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/fb_base/fb_base.pro
blob: 4445516cc70509f8ee7771a9cd2182b410e14338 (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
#include(../../qpluginbase.pri)

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