| Line | |
|---|
| 1 | TEMPLATE = lib
|
|---|
| 2 | TARGET = qcdestyle
|
|---|
| 3 |
|
|---|
| 4 | CONFIG += qt warn_off release plugin
|
|---|
| 5 | DESTDIR = ../../../styles
|
|---|
| 6 |
|
|---|
| 7 | HEADERS = ../../../../include/qcdestyle.h
|
|---|
| 8 | SOURCES = main.cpp \
|
|---|
| 9 | ../../../../src/styles/qcdestyle.cpp
|
|---|
| 10 |
|
|---|
| 11 | !contains(styles, motif) {
|
|---|
| 12 | HEADERS += ../../../../include/qmotifstyle.h
|
|---|
| 13 | SOURCES += ../../../../src/styles/qmotifstyle.cpp
|
|---|
| 14 | }
|
|---|
| 15 |
|
|---|
| 16 | unix:OBJECTS_DIR = .obj
|
|---|
| 17 | win32:OBJECTS_DIR = obj
|
|---|
| 18 |
|
|---|
| 19 | target.path += $$plugins.path/styles
|
|---|
| 20 | INSTALLS += target
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.