-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPowerDesigner.pro
More file actions
27 lines (26 loc) · 845 Bytes
/
PowerDesigner.pro
File metadata and controls
27 lines (26 loc) · 845 Bytes
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
27
# -------------------------------------------------
# Project created by QtCreator 2010-01-11T09:27:14
# -------------------------------------------------
QT -= gui
win32{
QTC_SOURCE = C:\projects\qt-creator-1.3.0
QTC_BUILD = C:\creatorframework\
}
unix{
QTC_SOURCE = /home/lihaibo/dev/qt-creator-1.3.0/
QTC_BUILD = /home/lihaibo/dev/myQtCreator/
}
TARGET = PowerDesigner
TEMPLATE = lib
IDE_SOURCE_TREE = $$QTC_SOURCE
IDE_BUILD_TREE = $$QTC_BUILD
PROVIDER = winnux
DESTDIR = $$QTC_BUILD/lib/qtcreator/plugins/winnux
LIBS += -L$$QTC_BUILD/lib/qtcreator/plugins/Nokia
include ($$QTC_SOURCE/src/qtcreatorplugin.pri)
include ($$QTC_SOURCE/src/plugins/coreplugin/coreplugin.pri)
DEFINES += POWERDESIGNER_LIBRARY
SOURCES += powerdesignerplugin.cpp
HEADERS += powerdesignerplugin.h \
PowerDesigner_global.h
OTHER_FILES += PowerDesigner.pluginspec