summaryrefslogtreecommitdiffstats
path: root/pacman-c++/client/client.pro
blob: 849cca261e3a2ed24a4b535fbd90b231c0fa2e08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TEMPLATE = app
TARGET = pacman

SOURCES += clicklabel.cpp \
    client.cpp \
    mainwidget.cpp
HEADERS += clicklabel.h \
    client.h \
    mainwidget.h

include(../common.pri)
PRE_TARGETDEPS += ../common/libcommon.a