summaryrefslogtreecommitdiff
path: root/noncore/settings/mediummount/mediummount.pro
blob: c3e07c8cbc83d553fda7930a61b7fb3fbb560e38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TEMPLATE    = app
DESTDIR         = $(OPIEDIR)/bin/
#CONFIG        = qt warn_on debug
CONFIG        = qt warn_on release quick-app
HEADERS        = mediumwidget.h mediumglobal.h mainwindow.h
SOURCES        = main.cpp mediumwidget.cc mediumglobal.cc mainwindow.cc
INCLUDEPATH    += $(OPIEDIR)/include
DEPENDPATH    += $(OPIEDIR)/include
LIBS            += -lqpe -lopiecore2
TARGET          = mediummount

include ( $(OPIEDIR)/include.pro )