You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
TEMPLATE = app
|
|
|
|
TARGET = tqdesigner
|
|
|
|
|
|
|
|
CONFIG -= moc
|
|
|
|
DESTDIR = $$QT_BUILD_TREE/bin
|
|
|
|
|
|
|
|
SOURCES += main.cpp
|
|
|
|
INCLUDEPATH += ../designer
|
|
|
|
LIBS += -ltqtdesignercore -ltqui -ltqassistantclient -L$$QT_BUILD_TREE/lib
|
|
|
|
win32 {
|
|
|
|
RC_FILE = designer.rc
|
|
|
|
win32-g++ {
|
|
|
|
TARGETDEPS += $$QT_BUILD_TREE/lib/libtqtdesignercore.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
|