summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/fb_base/fb_base.pro
blob: e08c0c55711d71bea77aa9f8965c5b31af600ca5 (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)

QTDIR_build:DESTDIR = $$QT_BUILD_TREE/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