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

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

REQUIRES = full-config

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