summaryrefslogtreecommitdiffstats
path: root/example/example.pro
blob: b1fd669df89c7fda8588dc1e078cae28a331cd98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#-------------------------------------------------
#
# Project created by QtCreator 2010-02-25T15:28:57
#
#-------------------------------------------------

QT       += core gui script

TARGET = example
TEMPLATE = app

INCLUDEPATH += ../library
LIBS += -L../library -lremotecontrolwidget -Wl,-rpath=../library

SOURCES += main.cpp