summaryrefslogtreecommitdiff
path: root/noncore/games/tictac/tictac.pro
blob: b8a866be131d28c1860258671b5c13394d33a5ca (plain)
1
2
3
4
5
6
7
8
9
10
11
CONFIG    += qt warn_on  quick-app
HEADERS   = tictac.h
SOURCES   = main.cpp \
      tictac.cpp
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH  += $(OPIEDIR)/include
LIBS            += -lqpe -lopiecore2

TARGET		= tictac

include( $(OPIEDIR)/include.pro )