summaryrefslogtreecommitdiff
path: root/noncore/games/tictac/tictac.pro
blob: 2967079387f5cc6c9e9c0dadaad307389f1d9b7c (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

TARGET		= tictac

include ( $(OPIEDIR)/include.pro )