1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-07-07 19:01:40 +03:00
openwrt-packages/Tile/src/Tile.pro
kyak bd53759d02 Tile: the 15 Puzzle game written in Qt4
This was my first real try for Qt (and C++, too).
Don't beat me hard :)
2011-01-14 16:30:00 +03:00

10 lines
254 B
Prolog

# -------------------------------------------------
# Project created by QtCreator 2011-01-13T20:55:49
# -------------------------------------------------
TARGET = Tile
TEMPLATE = app
SOURCES += main.cpp \
tile.cpp
HEADERS += tile.h
FORMS += tile.ui