Please enable JavaScript to use RhodeCode Enterprise
##// END OF EJS Templates
jeandet
- Thu, 18 Jun 2015 12:00:10
Show More
0
qilib/.qmake.conf
qilib/.qmake.conf
created
644
+2
0
@@
-0,0
+1,2
1
top_srcdir=$$PWD
2
top_builddir=$$shadowed($$PWD)
0
test/PCBView/.qmake.conf
test/PCBView/.qmake.conf
created
644
+2
0
@@
-0,0
+1,2
1
top_srcdir=$$PWD
2
top_builddir=$$shadowed($$PWD)
0
test/dumpLispLikeFiles/.qmake.conf
test/dumpLispLikeFiles/.qmake.conf
created
644
+2
0
@@
-0,0
+1,2
1
top_srcdir=$$PWD
2
top_builddir=$$shadowed($$PWD)
0
qilib/qilib.pro
qilib/qilib.pro
+1
-1
@@
-46,7
+46,7
qilibParsersHeaders.files = \
46
46
47
INSTALLS += target qilibHeaders qilibParsersHeaders qilibcfg
47
INSTALLS += target qilibHeaders qilibParsersHeaders qilibcfg
48
48
49
INCLUDEPATH += . / parsers
49
INCLUDEPATH += . / qilib / lispLike . / parsers
50
50
51
SOURCES += \
51
SOURCES += \
52
qicadnetlist . cpp \
52
qicadnetlist . cpp \
0
test/PCBView/PCBView.pro
test/PCBView/PCBView.pro
+1
-1
@@
-17,7
+17,7
RCC_DIR = resources
17
OBJECTS_DIR = obj
17
OBJECTS_DIR = obj
18
DESTDIR = .. /../bin
18
DESTDIR = .. /../bin
19
19
20
INCLUDEPATH += .. /../qilib $$ { DESTDIR } /../qilib /
20
INCLUDEPATH += .. /../qilib $$ { DESTDIR } /../qilib / $$ { DESTDIR } /../qilib / lispLike /
21
21
22
LIBS += - L .. /../bin - lQIlib
22
LIBS += - L .. /../bin - lQIlib
23
23
0
test/dumpLispLikeFiles/dumpLispLikeFiles.pro
test/dumpLispLikeFiles/dumpLispLikeFiles.pro
+5
-1
@@
-12,7
+12,11
DESTDIR = ../../bin
12
12
13
SOURCES += main . cpp
13
SOURCES += main . cpp
14
14
15
INCLUDEPATH += .. /../qilib $${DESTDIR}/../qilib/
15
INCLUDEPATH += .. /../bin/../../ qilib \
16
.. /../qilib
17
18
message ( "top_builddir" $$ top_builddir )
19
message ( "top_srcdir" $$ top_srcdir )
16
20
17
LIBS += - L .. /../bin - lQIlib
21
LIBS += - L .. /../bin - lQIlib
18
22
Site-wide shortcuts
/
Use quick search box
g h
Goto home page
g g
Goto my private gists page
g G
Goto my public gists page
g 0-9
Goto bookmarked items from 0-9
n r
New repository page
n g
New gist page
Repositories
g s
Goto summary page
g c
Goto changelog page
g f
Goto files page
g F
Goto files page with file search activated
g p
Goto pull requests page
g o
Goto repository settings
g O
Goto repository access permissions settings
t s
Toggle sidebar on some pages