mirror of
https://github.com/Ximi1970/systray-x.git
synced 2026-01-28 09:59:02 +01:00
Add static lib base
This commit is contained in:
25
app/SysTray-X/SysTray-X-lib-x11/SysTray-X-lib-x11.pro
Normal file
25
app/SysTray-X/SysTray-X-lib-x11/SysTray-X-lib-x11.pro
Normal file
@@ -0,0 +1,25 @@
|
||||
#
|
||||
# Remove core Qt libs
|
||||
#
|
||||
QT -= core gui
|
||||
|
||||
TARGET = SysTray-X-x11
|
||||
TEMPLATE = lib
|
||||
|
||||
CONFIG += staticlib
|
||||
|
||||
include(../SysTray-X.pri)
|
||||
|
||||
DEFINES += SysTray_X_X11_LIBRARY
|
||||
|
||||
#
|
||||
# Clear Qt dependencies
|
||||
#
|
||||
QMAKE_INCDIR =
|
||||
QMAKE_INCDIR_QT =
|
||||
QMAKE_LIBDIR_QT =
|
||||
|
||||
|
||||
SOURCES += systray-x-lib.cpp
|
||||
|
||||
HEADERS += systray-x-lib.h
|
||||
1
app/SysTray-X/SysTray-X-lib-x11/systray-x-lib.cpp
Normal file
1
app/SysTray-X/SysTray-X-lib-x11/systray-x-lib.cpp
Normal file
@@ -0,0 +1 @@
|
||||
#include "systray-x-lib.h"
|
||||
5
app/SysTray-X/SysTray-X-lib-x11/systray-x-lib.h
Normal file
5
app/SysTray-X/SysTray-X-lib-x11/systray-x-lib.h
Normal file
@@ -0,0 +1,5 @@
|
||||
#ifndef SYSTRAY_X_LIB_H
|
||||
#define SYSTRAY_X_LIB_H
|
||||
|
||||
|
||||
#endif // SYSTRAY_X_LIB_H
|
||||
@@ -9,6 +9,6 @@ include( SysTray-X.pri )
|
||||
#
|
||||
# The projects
|
||||
#
|
||||
#SUBDIRS += SysTray-X-lib-x11
|
||||
SUBDIRS += SysTray-X-lib-x11
|
||||
#SUBDIRS += SysTray-X-lib-win
|
||||
SUBDIRS += SysTray-X-app
|
||||
|
||||
Reference in New Issue
Block a user