summaryrefslogtreecommitdiffstats
path: root/tools/designer/app/app.pro
blob: 5d2aa406b54847e718ded6d9c4694926bc3e1271 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
TEMPLATE 	= app
TARGET		= tqdesigner

CONFIG 		-= moc
DESTDIR		= $$QT_BUILD_TREE/bin

SOURCES		+= main.cpp
INCLUDEPATH	+= ../designer
LIBS	+= -ldesignercore -ltqui -lqassistantclient -L$$QT_BUILD_TREE/lib
win32 {
   RC_FILE	= designer.rc
   win32-g++ {
	TARGETDEPS += $$QT_BUILD_TREE/lib/libdesignercore.a
   } else {
	TARGETDEPS += $$QT_BUILD_TREE/lib/designercore.lib
   }
}
mac {
   RC_FILE	= designer.icns
   QMAKE_INFO_PLIST = Info_mac.plist
   staticlib:CONFIG -= global_init_link_order #yuck
}


target.path=$$bins.path
INSTALLS        += target