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