summaryrefslogtreecommitdiff
path: root/noncore/settings/mediummount/mediummount.pro
blob: e79f4807dc85ec9799619ee1e92669d7f0fd3e24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TEMPLATE    = app
DESTDIR         = $(OPIEDIR)/bin/
#CONFIG        = qt warn_on 
CONFIG        = qt warn_on  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 )