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

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

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

win32:RC_FILE = ../common/pacman.rc