summaryrefslogtreecommitdiffstats
path: root/examples/helpdemo/helpdemo.pro
blob: ff62776dc77618896fb65722e5eb22cab9be817e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TEMPLATE = app

CONFIG	+= qt warn_on
LIBS    += -lqassistantclient
unix {
  UI_DIR = .ui
  MOC_DIR = .moc
  OBJECTS_DIR = .obj
}

REQUIRES = full-config

SOURCES += helpdemo.cpp main.cpp
HEADERS += helpdemo.h
FORMS	 = helpdemobase.ui