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