summaryrefslogtreecommitdiff
path: root/noncore/games/tictac/tictac.pro
blob: 45eb51512dd24603598a0ec6ca692819c7047d21 (plain)
1
2
3
4
5
6
7
8
9
10
11
CONFIG    += qt warn_on release 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 )