Remove dependency to qt libraries
This commit is contained in:
parent
75178601e6
commit
127dd88bf0
3 changed files with 3 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
TEMPLATE = subdirs
|
TEMPLATE = subdirs
|
||||||
|
QT =
|
||||||
SUBDIRS = parser \
|
SUBDIRS = parser \
|
||||||
sextant
|
sextant
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
TEMPLATE = app
|
TEMPLATE = app
|
||||||
CONFIG += debug
|
CONFIG += debug
|
||||||
|
QT =
|
||||||
TARGET = sextant
|
TARGET = sextant
|
||||||
DESTDIR = $$PWD
|
DESTDIR = $$PWD
|
||||||
OBJECTS_DIR = $$PWD/tmp/sextant
|
OBJECTS_DIR = $$PWD/tmp/sextant
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
TEMPLATE = lib
|
TEMPLATE = lib
|
||||||
CONFIG += staticlib debug
|
CONFIG += staticlib debug
|
||||||
|
QT =
|
||||||
TARGET = sextant-parser
|
TARGET = sextant-parser
|
||||||
DESTDIR = $$PWD
|
DESTDIR = $$PWD
|
||||||
OBJECTS_DIR = $$PWD/tmp/parser/
|
OBJECTS_DIR = $$PWD/tmp/parser/
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue