Skip to content

Commit

Permalink
Adding .pro file.. forgot to stage it before
Browse files Browse the repository at this point in the history
  • Loading branch information
cpscotti committed Mar 6, 2011
1 parent 7a11334 commit 9de9d25
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions PushBurton2/PushBurton2.pro
Expand Up @@ -26,8 +26,7 @@
#-------------------------------------------------


QT += core gui
QT += xml
QT += core gui xml phonon

TARGET = PushBurton2
TEMPLATE = app
Expand Down Expand Up @@ -76,7 +75,8 @@ SOURCES += main.cpp\
graphicsreportview.cpp \
graphicslidingdownbts.cpp \
liveview.cpp \
graphicssettings.cpp
graphicssettings.cpp \
virtualbrosdevice.cpp

HEADERS += mainwindow.h \
graphicpixmapbt.h \
Expand Down Expand Up @@ -123,7 +123,8 @@ HEADERS += mainwindow.h \
graphicslidingdownbts.h \
liveview.h \
graphicssettings.h \
FilesystemConventions.h
FilesystemConventions.h \
virtualbrosdevice.h

FORMS += mainwindow.ui \
liveview.ui
Expand All @@ -132,6 +133,9 @@ CONFIG += mobility
MOBILITY = location sensors

#LIBS += -lQBluetooth
soundFiles.sources = sounds/*.mp3
DEPLOYMENT += soundFiles


symbian {
TARGET.UID3 = 0xece639d4
Expand Down Expand Up @@ -173,6 +177,7 @@ symbian {

addFiles.sources = $(EPOCROOT)Epoc32/release/$(PLATFORM)/$(CFG)/QBluetooth.dll
addFiles.path = /sys/bin

DEPLOYMENT += addFiles

isEmpty(ICON):ICON = images/burton_logo.svg
Expand Down

0 comments on commit 9de9d25

Please sign in to comment.